diff options
| -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 2e7bff52..3ab30c83 100644 --- a/ui/sidebarcontainer.h +++ b/ui/sidebarcontainer.h @@ -135,6 +135,7 @@ public: bool hasWidgetWithTitle(SidebarWidgetType* type, const QString& title) const; bool activateWidgetWithTitle(SidebarWidgetType* type, const QString& title) const; bool hasContent(SidebarWidgetType* type) const; + bool shouldHide(SidebarWidgetType* type) const; virtual QSize sizeHint() const override; |
