diff options
Diffstat (limited to 'ui/sidebar.h')
| -rw-r--r-- | ui/sidebar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/sidebar.h b/ui/sidebar.h index 0c3bc2c7..b2ae9261 100644 --- a/ui/sidebar.h +++ b/ui/sidebar.h @@ -176,6 +176,8 @@ public: void updateViewLocation(View* view, const ViewLocation& viewLocation); void viewChanged(); + void toggleSidebar(); + Q_SIGNALS: void showContents(); void hideContents(); @@ -215,6 +217,8 @@ public: void updateTheme(); void updateFonts(); + void toggleSidebar(); + static void addSidebarWidgetType(SidebarWidgetType* type); static SidebarWidgetType* typeFromName(const QString& name); static const std::vector<SidebarWidgetType*>& contentTypes() { return m_contentTypes; } |
