| 210 | } |
| 211 | |
| 212 | ASAP_Window::~ASAP_Window() |
| 213 | { |
| 214 | on_actionClose_triggered(); |
| 215 | writeSettings(); |
| 216 | } |
| 217 | |
| 218 | void ASAP_Window::on_actionAbout_triggered() { |
| 219 | QUiLoader loader; |
nothing calls this directly
no outgoing calls
no test coverage detected