/[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 2642 by capela, Mon Jun 16 19:31:33 2014 UTC revision 2646 by capela, Wed Jun 18 08:39:54 2014 UTC
# Line 104  void Options::loadOptions (void) Line 104  void Options::loadOptions (void)
104          iBaseFontSize    = m_settings.value("/BaseFontSize", 0).toInt();          iBaseFontSize    = m_settings.value("/BaseFontSize", 0).toInt();
105  // 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
106  // .gig files, then we enable this feature by default  // .gig files, then we enable this feature by default
107  #if HAVE_LIBGIG_SETAUTOLOAD  #ifdef CONFIG_LIBGIG_SETAUTOLOAD
108          bInstrumentNames = m_settings.value("/InstrumentNames", true).toBool();          bInstrumentNames = m_settings.value("/InstrumentNames", true).toBool();
109  #else  #else
110          bInstrumentNames = m_settings.value("/InstrumentNames", false).toBool();          bInstrumentNames = m_settings.value("/InstrumentNames", false).toBool();

Legend:
Removed from v.2642  
changed lines
  Added in v.2646

  ViewVC Help
Powered by ViewVC