| 97 | } |
| 98 | |
| 99 | void ScriptingWindow::closeEvent(QCloseEvent *event) |
| 100 | { |
| 101 | Q_UNUSED(event); |
| 102 | removeEventFilter(this); |
| 103 | writeSettings(); |
| 104 | } |
| 105 | |
| 106 | bool ScriptingWindow::eventFilter(QObject *obj, QEvent *event) |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected