feat: add close event handling to MainWindow for active processes

This commit is contained in:
uncor3
2026-03-20 03:10:35 +00:00
parent acbe957250
commit 61b049d8dc
2 changed files with 29 additions and 8 deletions
+3
View File
@@ -56,5 +56,8 @@ private:
QWidget *m_titleBar;
QWidget *m_contentArea;
QHBoxLayout *m_titleBarLayout;
protected:
void closeEvent(QCloseEvent *event) override;
};
#endif // MAINWINDOW_H