| 1002 | } |
| 1003 | |
| 1004 | void MainWindow::setRecentSave(bool state) { |
| 1005 | ui->checkSaveRecent->setChecked(state); |
| 1006 | m_config->setValue(SETTING_RECENT_SAVE, state); |
| 1007 | } |
| 1008 | |
| 1009 | void MainWindow::setAsicValidRevisions() { |
| 1010 | QStandardItemModel* itemModel = qobject_cast<QStandardItemModel*>(ui->comboBoxAsicRev->model()); |
nothing calls this directly
no outgoing calls
no test coverage detected