| 753 | } |
| 754 | |
| 755 | void MainWindow::setSkinToggle(bool enable) { |
| 756 | m_config->setValue(SETTING_SCREEN_SKIN, enable); |
| 757 | ui->checkSkin->setChecked(enable); |
| 758 | lcdAdjust(); |
| 759 | } |
| 760 | |
| 761 | void MainWindow::setDebugAutoEquates(bool enable) { |
| 762 | m_config->setValue(SETTING_DEBUGGER_AUTO_EQUATES, enable); |
nothing calls this directly
no outgoing calls
no test coverage detected