We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc1ccf commit e21cf8aCopy full SHA for e21cf8a
1 file changed
src/ui/MainWindow.cpp
@@ -71,6 +71,7 @@ MainWindow::MainWindow(QWidget *parent) :
71
72
ui->setupUi(this);
73
74
+ setWindowTitle(windowTitle() + " " + qApp->applicationVersion());
75
_title = windowTitle();
76
77
ui->tabs->tabBar()->setContextMenuPolicy(Qt::CustomContextMenu);
0 commit comments