/[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 3014 by capela, Mon Oct 17 16:23:15 2016 UTC revision 3038 by capela, Thu Nov 10 16:23:30 2016 UTC
# Line 162  void Options::saveOptions (void) Line 162  void Options::saveOptions (void)
162  {  {
163          // Make program version available in the future.          // Make program version available in the future.
164          m_settings.beginGroup("/Program");          m_settings.beginGroup("/Program");
165          m_settings.setValue("/Version", QSAMPLER_VERSION);          m_settings.setValue("/Version", CONFIG_BUILD_VERSION);
166          m_settings.endGroup();          m_settings.endGroup();
167    
168          // And go into general options group.          // And go into general options group.
# Line 341  bool Options::parse_args ( const QString Line 341  bool Options::parse_args ( const QString
341                                  .arg(qVersion());                                  .arg(qVersion());
342                          out << QObject::tr("%1: %2  (%3)\n")                          out << QObject::tr("%1: %2  (%3)\n")
343                                  .arg(QSAMPLER_TITLE)                                  .arg(QSAMPLER_TITLE)
344                                  .arg(QSAMPLER_VERSION)                                  .arg(CONFIG_BUILD_VERSION)
345                                  .arg(CONFIG_BUILD_DATE);                                  .arg(CONFIG_BUILD_DATE);
346                  #ifdef CONFIG_LIBGIG                  #ifdef CONFIG_LIBGIG
347                          out << QString("%1: %2\n")                          out << QString("%1: %2\n")

Legend:
Removed from v.3014  
changed lines
  Added in v.3038

  ViewVC Help
Powered by ViewVC