1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 16:03:42 -04:00

Use QCoreApplication version to store and retrieve the version

This commit is contained in:
f4exb
2017-11-18 03:50:21 +01:00
parent 05ec6d1074
commit 8e1454152b
4 changed files with 13 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ AboutDialog::AboutDialog(QWidget* parent) :
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
ui->version->setText(QString("Version %1 - Copyright (C) 2015-2017 Edouard Griffiths, F4EXB.").arg(qApp->applicationVersion()));
}
AboutDialog::~AboutDialog()