mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 22:52:13 +08:00
Revert "Remove ugly Synergy version from about dialog"
This reverts commit 7cd4642e92.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user