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

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

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

revision 1749 by capela, Wed Jul 2 13:19:09 2008 UTC revision 1803 by schoenebeck, Sun Dec 7 13:58:16 2008 UTC
# Line 1620  void MainForm::viewOptions (void) Line 1620  void MainForm::viewOptions (void)
1620                  int     iOldServerTimeout   = m_pOptions->iServerTimeout;                  int     iOldServerTimeout   = m_pOptions->iServerTimeout;
1621                  bool    bOldServerStart     = m_pOptions->bServerStart;                  bool    bOldServerStart     = m_pOptions->bServerStart;
1622                  QString sOldServerCmdLine   = m_pOptions->sServerCmdLine;                  QString sOldServerCmdLine   = m_pOptions->sServerCmdLine;
1623                  bool    bOldMessagesLog     = m_pOptions->bMessagesLog;                  bool    bOldMessagesLog     = m_pOptions->bMessagesLog;
1624                  QString sOldMessagesLogPath = m_pOptions->sMessagesLogPath;                  QString sOldMessagesLogPath = m_pOptions->sMessagesLogPath;
1625                  QString sOldDisplayFont     = m_pOptions->sDisplayFont;                  QString sOldDisplayFont     = m_pOptions->sDisplayFont;
1626                  bool    bOldDisplayEffect   = m_pOptions->bDisplayEffect;                  bool    bOldDisplayEffect   = m_pOptions->bDisplayEffect;
# Line 2771  bool MainForm::startClient (void) Line 2771  bool MainForm::startClient (void)
2771                  }                  }
2772          }          }
2773    
2774            // send the current / loaded fine tuning settings to the sampler
2775            m_pOptions->sendFineTuningSettings();
2776    
2777          // Make a new session          // Make a new session
2778          return newSession();          return newSession();
2779  }  }

Legend:
Removed from v.1749  
changed lines
  Added in v.1803

  ViewVC Help
Powered by ViewVC