/[svn]/qsampler/trunk/src/qsamplerMainForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3836 by capela, Mon Oct 19 17:08:56 2020 UTC revision 3837 by capela, Tue Dec 1 17:46:41 2020 UTC
# Line 2100  void MainForm::helpAbout (void) Line 2100  void MainForm::helpAbout (void)
2100                  sText += "</font></small>";                  sText += "</font></small>";
2101          }          }
2102          sText += "<br />\n";          sText += "<br />\n";
2103          sText += tr("Using") + ": ";          sText += tr("Using: Qt %1").arg(qVersion());
2104    #if defined(QT_STATIC)
2105            sText += "-static";
2106    #endif
2107            sText += ", ";
2108          sText += ::lscp_client_package();          sText += ::lscp_client_package();
2109          sText += " ";          sText += " ";
2110          sText += ::lscp_client_version();          sText += ::lscp_client_version();

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

  ViewVC Help
Powered by ViewVC