Skip to content

Commit 735747d

Browse files
committed
Add version number to the main window title at startup
1 parent 9feab83 commit 735747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ UI_Mainwindow::UI_Mainwindow()
1414

1515

1616
setMinimumSize(640, 480);
17-
setWindowTitle(PROGRAM_NAME);
17+
setWindowTitle(PROGRAM_NAME " v" PROGRAM_VERSION);
1818
setWindowIcon(QIcon(":/images/edf.png"));
1919

2020
myfont = new QFont;

0 commit comments

Comments
 (0)