Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
[GUI] Adding version to title.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed May 9, 2017
1 parent dc396fa commit 36dc4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/MotoLink.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TARGET = MotoLink
TEMPLATE = app
#win32:CONFIG += console

VERSION = 0.9.0
VERSION = 0.9.1
message(Version $$VERSION)

DEFINES *= QT_USE_QSTRINGBUILDER
Expand Down
2 changes: 2 additions & 0 deletions GUI/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ void MainWindow::showUpdateDialog()

void MainWindow::setupDefaults(void)
{
this->setWindowTitle(QString("Motolink ") + __MTL_VER__);

mTablesModelList.append(&mAFRModel);
mTablesModelList.append(&mAFRTgtModel);
mTablesModelList.append(&mKnockModel);
Expand Down

0 comments on commit 36dc4b5

Please sign in to comment.