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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user