| 441 | } |
| 442 | |
| 443 | void MainWindow::setAutoSave(bool state) { |
| 444 | ui->checkSaveRestore->setChecked(state); |
| 445 | m_config->setValue(SETTING_RESTORE_ON_OPEN, state); |
| 446 | m_config->setValue(SETTING_SAVE_ON_CLOSE, state); |
| 447 | } |
| 448 | |
| 449 | void MainWindow::setDebugAutoSave(bool state) { |
| 450 | ui->checkSaveLoadDebug->setChecked(state); |
nothing calls this directly
no outgoing calls
no test coverage detected