diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-26 17:10:06 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2024-02-26 17:24:47 -0500 |
| commit | b7c8e9bfbae0eec8d7be47cd42f61c14542cc28c (patch) | |
| tree | fa3e1fcd2a127663ed8beeb774780961b747ccec /ui | |
| parent | be6d9389670c931fae1fc5c58a847da51ffa1c93 (diff) | |
Close floating sidebar widgets when the window closes
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/sidebarcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/sidebarcontainer.h b/ui/sidebarcontainer.h index 63bb8606..2e7bff52 100644 --- a/ui/sidebarcontainer.h +++ b/ui/sidebarcontainer.h @@ -102,6 +102,7 @@ private Q_SLOTS: public: SidebarWidgetContainer(Sidebar* sidebar, SidebarContainerLocation location); + virtual ~SidebarWidgetContainer(); Sidebar* sidebar() const { return m_sidebar; } Splitter* contentSplitter() const { return m_contentSplitter; } |
