Remove ugly Synergy version from about dialog

This commit is contained in:
Andrew Nelless 2016-12-19 17:40:24 +00:00
parent 82a4b859c3
commit 7cd4642e92

View File

@ -29,7 +29,6 @@ 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();