| 1240 | } |
| 1241 | |
| 1242 | void 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 | |
| 1248 | void MainWindow::saveSettings() { |
| 1249 | if (opts.useSettings) { |
nothing calls this directly
no outgoing calls
no test coverage detected