/[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 3038 by capela, Thu Nov 10 16:23:30 2016 UTC revision 3049 by capela, Sat Dec 3 09:47:38 2016 UTC
# Line 337  bool Options::parse_args ( const QString Line 337  bool Options::parse_args ( const QString
337                          return false;                          return false;
338                  }                  }
339                  else if (sArg == "-v" || sArg == "--version") {                  else if (sArg == "-v" || sArg == "--version") {
340                          out << QObject::tr("Qt: %1\n")                          out << QString("Qt: %1\n")
341                                  .arg(qVersion());                                  .arg(qVersion());
342                          out << QObject::tr("%1: %2  (%3)\n")                          out << QString("%1: %2\n")
343                                  .arg(QSAMPLER_TITLE)                                  .arg(QSAMPLER_TITLE)
344                                  .arg(CONFIG_BUILD_VERSION)                                  .arg(CONFIG_BUILD_VERSION);
                                 .arg(CONFIG_BUILD_DATE);  
345                  #ifdef CONFIG_LIBGIG                  #ifdef CONFIG_LIBGIG
346                          out << QString("%1: %2\n")                          out << QString("%1: %2\n")
347                                  .arg(gig::libraryName().c_str())                                  .arg(gig::libraryName().c_str())

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

  ViewVC Help
Powered by ViewVC