| 447 | } |
| 448 | |
| 449 | void MainWindow::setDebugAutoSave(bool state) { |
| 450 | ui->checkSaveLoadDebug->setChecked(state); |
| 451 | m_config->setValue(SETTING_DEBUGGER_SAVE_ON_CLOSE, state); |
| 452 | m_config->setValue(SETTING_DEBUGGER_RESTORE_ON_OPEN, state); |
| 453 | } |
| 454 | |
| 455 | void MainWindow::setFont(int fontSize) { |
| 456 | ui->textSize->setValue(fontSize); |
nothing calls this directly
no outgoing calls
no test coverage detected