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

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

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

revision 267 by capela, Wed Oct 6 15:42:59 2004 UTC revision 341 by capela, Tue Jan 18 11:29:01 2005 UTC
# Line 66  qsamplerOptions::qsamplerOptions (void) Line 66  qsamplerOptions::qsamplerOptions (void)
66      bStdoutCapture   = m_settings.readBoolEntry("/StdoutCapture", true);      bStdoutCapture   = m_settings.readBoolEntry("/StdoutCapture", true);
67      bCompletePath    = m_settings.readBoolEntry("/CompletePath", true);      bCompletePath    = m_settings.readBoolEntry("/CompletePath", true);
68      iMaxRecentFiles  = m_settings.readNumEntry("/MaxRecentFiles", 5);      iMaxRecentFiles  = m_settings.readNumEntry("/MaxRecentFiles", 5);
69        bInstrumentNames = m_settings.readBoolEntry("/InstrumentNames", false);
70      m_settings.endGroup();      m_settings.endGroup();
71    
72      // And go into view options group.      // And go into view options group.
# Line 134  qsamplerOptions::~qsamplerOptions (void) Line 135  qsamplerOptions::~qsamplerOptions (void)
135      m_settings.writeEntry("/StdoutCapture", bStdoutCapture);      m_settings.writeEntry("/StdoutCapture", bStdoutCapture);
136      m_settings.writeEntry("/CompletePath", bCompletePath);      m_settings.writeEntry("/CompletePath", bCompletePath);
137      m_settings.writeEntry("/MaxRecentFiles", iMaxRecentFiles);      m_settings.writeEntry("/MaxRecentFiles", iMaxRecentFiles);
138        m_settings.writeEntry("/InstrumentNames", bInstrumentNames);
139      m_settings.endGroup();      m_settings.endGroup();
140    
141      // View options group.      // View options group.

Legend:
Removed from v.267  
changed lines
  Added in v.341

  ViewVC Help
Powered by ViewVC