summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-28 03:40:54 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-28 03:40:54 +0200
commitf7d0c1e847801b2ba303e6a0b60545779948fbbf (patch)
treed03faab7cb663d64a79f9287726ce406966e526f /src/bookmarks.h
parentRevert "Some changes ported for merge to mainline (bookmarks & links handling... (diff)
downloadrekonq-f7d0c1e847801b2ba303e6a0b60545779948fbbf.tar.xz
Importing some reverted changes
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h7
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