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

Method setFocusSetting

gui/qt/settings.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void MainWindow::setFocusSetting(bool state) {
405 ui->checkFocus->setChecked(state);
406 m_config->setValue(SETTING_PAUSE_FOCUS, state);
407 m_pauseOnFocus = state;
408}
409
410void MainWindow::memLoadState() {
411 ui->ramBytes->setValue(m_config->value(SETTING_DEBUGGER_RAM_BYTES, 8).toInt());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected