Revert "Remove ugly Synergy version from about dialog"
This reverts commit 7cd4642e92
.
This commit is contained in:
parent
7c9f99a378
commit
b52cadd1f7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue