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

Method setVersion

gui/qt/settings.cpp:1194–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194void MainWindow::setVersion() {
1195 m_config->setValue(SETTING_VERSION, QStringLiteral(CEMU_VERSION));
1196}
1197
1198void MainWindow::checkVersion() {
1199 bool ask = false;

Callers 3

ipcSetupMethod · 0.80
foreachFunction · 0.80
ipcReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected