MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / closeEvent

Method closeEvent

ChatView/ChatView.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ChatView::closeEvent(QCloseEvent *event)
91{
92 saveSettings();
93 event->accept();
94}
95
96void ChatView::saveSettings()
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected