mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
feat: add close event handling to MainWindow for active processes
This commit is contained in:
@@ -56,5 +56,8 @@ private:
|
||||
QWidget *m_titleBar;
|
||||
QWidget *m_contentArea;
|
||||
QHBoxLayout *m_titleBarLayout;
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user