qt_mainwindow.{cpp,ui}: Minor cleanup

This commit is contained in:
Alexander Babikov
2025-07-26 14:42:32 +05:00
parent 8d089b13cb
commit ad59092ffe
2 changed files with 0 additions and 5 deletions

View File

@@ -304,8 +304,6 @@ MainWindow::MainWindow(QWidget *parent)
}
}
#endif
ui->actionPause->setChecked(false);
ui->actionPause->setCheckable(false);
});
connect(this, &MainWindow::getTitleForNonQtThread, this, &MainWindow::getTitle_, Qt::BlockingQueuedConnection);