| 402 | } |
| 403 | |
| 404 | void MainWindow::setFocusSetting(bool state) { |
| 405 | ui->checkFocus->setChecked(state); |
| 406 | m_config->setValue(SETTING_PAUSE_FOCUS, state); |
| 407 | m_pauseOnFocus = state; |
| 408 | } |
| 409 | |
| 410 | void MainWindow::memLoadState() { |
| 411 | ui->ramBytes->setValue(m_config->value(SETTING_DEBUGGER_RAM_BYTES, 8).toInt()); |
nothing calls this directly
no outgoing calls
no test coverage detected