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

Method setAutoUpdates

gui/qt/settings.cpp:648–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void MainWindow::setAutoUpdates(int state) {
649 m_config->setValue(SETTING_AUTOUPDATE, state);
650 ui->checkUpdates->setChecked(state);
651
652 if (state == Qt::Checked) {
653 checkUpdate(false);
654 }
655}
656
657void MainWindow::checkUpdate(bool forceInfoBox) {
658 if (!CEMU_RELEASE) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected