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

Method setAutoSave

gui/qt/settings.cpp:443–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void MainWindow::setAutoSave(bool state) {
444 ui->checkSaveRestore->setChecked(state);
445 m_config->setValue(SETTING_RESTORE_ON_OPEN, state);
446 m_config->setValue(SETTING_SAVE_ON_CLOSE, state);
447}
448
449void MainWindow::setDebugAutoSave(bool state) {
450 ui->checkSaveLoadDebug->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected