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

Method setSkinToggle

gui/qt/settings.cpp:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void MainWindow::setSkinToggle(bool enable) {
756 m_config->setValue(SETTING_SCREEN_SKIN, enable);
757 ui->checkSkin->setChecked(enable);
758 lcdAdjust();
759}
760
761void MainWindow::setDebugAutoEquates(bool enable) {
762 m_config->setValue(SETTING_DEBUGGER_AUTO_EQUATES, enable);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected