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

Commit 36dc4b5

Browse files
committed
[GUI] Adding version to title.
1 parent dc396fa commit 36dc4b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: GUI/MotoLink.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TARGET = MotoLink
1414
TEMPLATE = app
1515
#win32:CONFIG += console
1616

17-
VERSION = 0.9.0
17+
VERSION = 0.9.1
1818
message(Version $$VERSION)
1919

2020
DEFINES *= QT_USE_QSTRINGBUILDER

Diff for: GUI/src/mainwindow.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ void MainWindow::showUpdateDialog()
244244

245245
void MainWindow::setupDefaults(void)
246246
{
247+
this->setWindowTitle(QString("Motolink ") + __MTL_VER__);
248+
247249
mTablesModelList.append(&mAFRModel);
248250
mTablesModelList.append(&mAFRTgtModel);
249251
mTablesModelList.append(&mKnockModel);

0 commit comments

Comments
 (0)