]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/mainwindow.cpp
Included application version in the about dialog. This closes ticket #9.
[toast/confclerk.git] / src / gui / mainwindow.cpp
index 1d92544bde73e30de913a1b5fc8a52c7249072c3..74db6b99be2bd9e5920bdc379a9d43f3600037e5 100644 (file)
@@ -133,6 +133,7 @@ void MainWindow::aboutApp()
     QDialog dialog(this);
     Ui::AboutDialog ui;
     ui.setupUi(&dialog);
+    ui.labelVersion->setText(ui.labelVersion->text().arg(qApp->applicationVersion()));
 #ifdef N810
     dialog.setFixedWidth(width());
 #endif