/[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 3836 by capela, Mon Jun 29 08:52:33 2020 UTC revision 3837 by capela, Tue Dec 1 17:46:41 2020 UTC
# Line 355  bool Options::parse_args ( const QString Line 355  bool Options::parse_args ( const QString
355                          return false;                          return false;
356                  }                  }
357                  else if (sArg == "-v" || sArg == "--version") {                  else if (sArg == "-v" || sArg == "--version") {
358                          out << QString("Qt: %1\n")                          out << QString("Qt: %1").arg(qVersion());
359                                  .arg(qVersion());                  #if defined(QT_STATIC)
360                            out << "-static";
361                    #endif
362                            out << '\n';
363                          out << QString("%1: %2\n")                          out << QString("%1: %2\n")
364                                  .arg(QSAMPLER_TITLE)                                  .arg(QSAMPLER_TITLE)
365                                  .arg(CONFIG_BUILD_VERSION);                                  .arg(CONFIG_BUILD_VERSION);

Legend:
Removed from v.3836  
changed lines
  Added in v.3837

  ViewVC Help
Powered by ViewVC