diff options
| -rw-r--r-- | ui/sidebar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/sidebar.h b/ui/sidebar.h index 59bf4d34..9b600e06 100644 --- a/ui/sidebar.h +++ b/ui/sidebar.h @@ -107,8 +107,8 @@ public: void focusWidgetWithTitle(SidebarWidgetType* type, const QString& title); void focusWidgetWithTitle(const QString& typeName, const QString& title); - void activate(SidebarWidgetType* type); - void activate(const QString& name); + void activate(SidebarWidgetType* type, bool alwaysAllowMultipleOpen = true); + void activate(const QString& name, bool alwaysAllowMultipleOpen = true); void activateDefaultTypes(); void deactivate(SidebarWidgetType* type); void deactivate(const QString& name); |
