MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setRecentSave

Method setRecentSave

gui/qt/settings.cpp:1004–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002}
1003
1004void MainWindow::setRecentSave(bool state) {
1005 ui->checkSaveRecent->setChecked(state);
1006 m_config->setValue(SETTING_RECENT_SAVE, state);
1007}
1008
1009void MainWindow::setAsicValidRevisions() {
1010 QStandardItemModel* itemModel = qobject_cast<QStandardItemModel*>(ui->comboBoxAsicRev->model());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected