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);
|
||||
|
||||
|
||||
@@ -341,9 +341,6 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPause">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt_resources.qrc">
|
||||
<normaloff>:/menuicons/qt/icons/pause.ico</normaloff>:/menuicons/qt/icons/pause.ico</iconset>
|
||||
|
||||
Reference in New Issue
Block a user