| 1368 | } |
| 1369 | |
| 1370 | void 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 | |
| 1380 | void MainWindow::closeEvent(QCloseEvent *e) { |
| 1381 | guiEmuValid = false; |
nothing calls this directly
no outgoing calls
no test coverage detected