/[svn]/qsampler/trunk/src/qsamplerUtilities.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerUtilities.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3554 by capela, Wed Oct 18 08:57:21 2017 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerUtilities.cpp  // qsamplerUtilities.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2017, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 219  lscpVersion_t getRemoteLscpVersion (void Line 219  lscpVersion_t getRemoteLscpVersion (void
219      lscpVersion_t result = { 0, 0 };      lscpVersion_t result = { 0, 0 };
220    
221      MainForm* pMainForm = MainForm::getInstance();      MainForm* pMainForm = MainForm::getInstance();
222      if (pMainForm == NULL)      if (pMainForm == nullptr)
223          return result;          return result;
224      if (pMainForm->client() == NULL)      if (pMainForm->client() == nullptr)
225          return result;          return result;
226    
227      lscp_server_info_t* pServerInfo =      lscp_server_info_t* pServerInfo =

Legend:
Removed from v.3554  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC