qt_mainwindow.{cpp,ui}: Minor cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user