| 1093 | } |
| 1094 | |
| 1095 | void MainWindow::on_buttonBox_rejected() |
| 1096 | { |
| 1097 | ui->processPropertiesWidget->closeSettings(); |
| 1098 | |
| 1099 | ui->dockSettings->setVisible(false); |
| 1100 | ui->dockProcesses->setVisible(true); |
| 1101 | } |
| 1102 | |
| 1103 | void MainWindow::on_actionSettings_2_triggered() |
| 1104 | { |
nothing calls this directly
no test coverage detected