diff options
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index 5ac1270d..e7875745 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -95,6 +95,13 @@ public: */ virtual bool supportsTabs() const { return true; } + /** + * Called if the user wants to open every bookmark in this folder in a new tab. + * The default implementation does nothing. + * This is only called if supportsTabs() returns true + */ + virtual void openFolderinTabs(const KBookmarkGroup &bm); + signals: /** * This signal is emitted when an url has to be loaded |