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

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

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

revision 1840 by capela, Thu Feb 19 11:44:57 2009 UTC revision 2028 by capela, Wed Nov 4 18:59:57 2009 UTC
# Line 325  void OptionsForm::accept (void) Line 325  void OptionsForm::accept (void)
325          m_pOptions->saveComboBoxHistory(m_ui.ServerCmdLineComboBox);          m_pOptions->saveComboBoxHistory(m_ui.ServerCmdLineComboBox);
326          m_pOptions->saveComboBoxHistory(m_ui.MessagesLogPathComboBox);          m_pOptions->saveComboBoxHistory(m_ui.MessagesLogPathComboBox);
327    
328            // Save/commit to disk.
329            m_pOptions->saveOptions();
330    
331          // Just go with dialog acceptance.          // Just go with dialog acceptance.
332          QDialog::accept();          QDialog::accept();
333  }  }

Legend:
Removed from v.1840  
changed lines
  Added in v.2028

  ViewVC Help
Powered by ViewVC