Moved closeEvent() handler from MemoryInspectionPaneWidget to base class PaneWidget

This commit is contained in:
Nav
2022-07-19 22:30:23 +01:00
parent 933f68bfac
commit 5b53040190
4 changed files with 8 additions and 6 deletions

View File

@@ -36,5 +36,7 @@ namespace Bloom::Widgets
protected:
void detach();
void attach();
void closeEvent(QCloseEvent* event) override;
};
}