| 1093 | } |
| 1094 | |
| 1095 | void MainWindowImpl::editSettings() |
| 1096 | { |
| 1097 | DialogOptions dlg(this); |
| 1098 | dlg.exec(); |
| 1099 | |
| 1100 | if (dlg.result() == 1) { |
| 1101 | radioOverwriteExisting->setChecked(IniSettings::overwriteMode()); |
| 1102 | } |
| 1103 | } |
| 1104 | |
| 1105 | void MainWindowImpl::about() |
| 1106 | { |
nothing calls this directly
no outgoing calls
no test coverage detected