Skip to content

Commit e21cf8a

Browse files
committed
Added app version to the window title
1 parent 9fc1ccf commit e21cf8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/MainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ MainWindow::MainWindow(QWidget *parent) :
7171

7272
ui->setupUi(this);
7373

74+
setWindowTitle(windowTitle() + " " + qApp->applicationVersion());
7475
_title = windowTitle();
7576

7677
ui->tabs->tabBar()->setContextMenuPolicy(Qt::CustomContextMenu);

0 commit comments

Comments
 (0)