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

Method emuSaved

gui/qt/mainwindow.cpp:1370–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368}
1369
1370void MainWindow::emuSaved(bool success) {
1371 if (!success) {
1372 QMessageBox::warning(this, MSG_WARNING, tr("Saving failed. Please check write permissions in settings directory."));
1373 }
1374
1375 if (m_shutdown) {
1376 close();
1377 }
1378}
1379
1380void MainWindow::closeEvent(QCloseEvent *e) {
1381 guiEmuValid = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected