MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / closeEvent

Method closeEvent

scriptingwindow.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void ScriptingWindow::closeEvent(QCloseEvent *event)
100{
101 Q_UNUSED(event);
102 removeEventFilter(this);
103 writeSettings();
104}
105
106bool ScriptingWindow::eventFilter(QObject *obj, QEvent *event)
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected