| 1028 | } |
| 1029 | |
| 1030 | void MainWindow::setAsicRevision(int index) { |
| 1031 | emu.setAsicRev(index); |
| 1032 | } |
| 1033 | |
| 1034 | void MainWindow::setAllowAnyRev(bool state) { |
| 1035 | ui->checkAllowAnyRev->setChecked(state); |
nothing calls this directly
no test coverage detected