/[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 1738 by capela, Wed May 14 15:24:22 2008 UTC revision 1749 by capela, Wed Jul 2 13:19:09 2008 UTC
# Line 86  Options::Options (void) Line 86  Options::Options (void)
86          bStdoutCapture   = m_settings.value("/StdoutCapture", true).toBool();          bStdoutCapture   = m_settings.value("/StdoutCapture", true).toBool();
87          bCompletePath    = m_settings.value("/CompletePath", true).toBool();          bCompletePath    = m_settings.value("/CompletePath", true).toBool();
88          iMaxRecentFiles  = m_settings.value("/MaxRecentFiles", 5).toInt();          iMaxRecentFiles  = m_settings.value("/MaxRecentFiles", 5).toInt();
89            iBaseFontSize    = m_settings.value("/BaseFontSize", 0).toInt();
90  // if libgig provides a fast way to retrieve instrument names even for large  // if libgig provides a fast way to retrieve instrument names even for large
91  // .gig files, then we enable this feature by default  // .gig files, then we enable this feature by default
92  #if HAVE_LIBGIG_SETAUTOLOAD  #if HAVE_LIBGIG_SETAUTOLOAD
# Line 174  Options::~Options (void) Line 175  Options::~Options (void)
175          m_settings.setValue("/StdoutCapture", bStdoutCapture);          m_settings.setValue("/StdoutCapture", bStdoutCapture);
176          m_settings.setValue("/CompletePath", bCompletePath);          m_settings.setValue("/CompletePath", bCompletePath);
177          m_settings.setValue("/MaxRecentFiles", iMaxRecentFiles);          m_settings.setValue("/MaxRecentFiles", iMaxRecentFiles);
178            m_settings.setValue("/BaseFontSize", iBaseFontSize);
179          m_settings.setValue("/InstrumentNames", bInstrumentNames);          m_settings.setValue("/InstrumentNames", bInstrumentNames);
180          m_settings.endGroup();          m_settings.endGroup();
181    

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

  ViewVC Help
Powered by ViewVC