| 381 | } |
| 382 | |
| 383 | void MainWindow::setLcdResponse(bool state) { |
| 384 | ui->checkResponse->setChecked(state); |
| 385 | m_config->setValue(SETTING_SCREEN_RESPONSE, state); |
| 386 | emit setLcdResponseMode(state); |
| 387 | } |
| 388 | |
| 389 | void MainWindow::setDebugLcdDma(bool state) { |
| 390 | ui->checkDebugDma->setChecked(state); |
nothing calls this directly
no outgoing calls
no test coverage detected