diff options
Diffstat (limited to 'ui/sidebarwidget.h')
| -rw-r--r-- | ui/sidebarwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/sidebarwidget.h b/ui/sidebarwidget.h index 44b6ea8c..2ec0bb57 100644 --- a/ui/sidebarwidget.h +++ b/ui/sidebarwidget.h @@ -51,7 +51,7 @@ protected: public: SidebarWidget(const QString& title); - ~SidebarWidget() { closing(); } + ~SidebarWidget(); const QString& title() const { return m_title; } void enableRefreshTimer(int interval); |
