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

Method setDebugAutoSave

gui/qt/settings.cpp:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void MainWindow::setDebugAutoSave(bool state) {
450 ui->checkSaveLoadDebug->setChecked(state);
451 m_config->setValue(SETTING_DEBUGGER_SAVE_ON_CLOSE, state);
452 m_config->setValue(SETTING_DEBUGGER_RESTORE_ON_OPEN, state);
453}
454
455void MainWindow::setFont(int fontSize) {
456 ui->textSize->setValue(fontSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected