| 641 | } |
| 642 | |
| 643 | void MainWindow::setThrottle(int mode) { |
| 644 | ui->checkThrottle->setChecked(mode == Qt::Checked); |
| 645 | emu.setThrottle(mode == Qt::Checked); |
| 646 | } |
| 647 | |
| 648 | void MainWindow::setAutoUpdates(int state) { |
| 649 | m_config->setValue(SETTING_AUTOUPDATE, state); |
nothing calls this directly
no outgoing calls
no test coverage detected