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

Method saveDebug

gui/qt/settings.cpp:1242–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242void MainWindow::saveDebug() {
1243 if (m_config->value(SETTING_DEBUGGER_SAVE_ON_CLOSE, false).toBool()) {
1244 debugExportFile(m_config->value(SETTING_DEBUGGER_IMAGE_PATH).toString());
1245 }
1246}
1247
1248void MainWindow::saveSettings() {
1249 if (opts.useSettings) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected