Revert "Remove ugly Synergy version from about dialog"

This reverts commit 7cd4642e92.
This commit is contained in:
Andrew Nelless 2017-02-07 22:24:55 +00:00
parent 7c9f99a378
commit b52cadd1f7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ AboutDialog::AboutDialog(QWidget* parent, const QString& synergyApp) :
m_versionChecker.setApp(synergyApp);
QString version = m_versionChecker.getVersion();
version = version + '-' + VERSION_STAGE + '-' + VERSION_REVISION;
m_pLabelSynergyVersion->setText(version);
QString buildDateString = QString::fromLocal8Bit(__DATE__).simplified();