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

Method isFirstRun

gui/qt/settings.cpp:1352–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352bool MainWindow::isFirstRun() {
1353 return !m_config->value(SETTING_FIRST_RUN, false).toBool();
1354}
1355

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected