diff --git a/mainwindow.cpp b/mainwindow.cpp index 5397ccc..da456be 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -22,7 +22,8 @@ MainWindow::MainWindow(QWidget* parent) ui->setupUi(this); m_core = std::make_unique(); - setWindowTitle(windowTitle() + " [*]"); + + setWindowTitle(QCoreApplication::applicationName() + " [*]"); /// application icon const QString iconString = "://feature.png";