From f7d0c1e847801b2ba303e6a0b60545779948fbbf Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 28 Apr 2009 03:40:54 +0200 Subject: Importing some reverted changes --- src/bookmarks.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/bookmarks.cpp') diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index 568759a8..0b0f69bf 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -78,6 +78,17 @@ QString BookmarkOwner::currentTitle() const } +void BookmarkOwner::openFolderinTabs(const KBookmarkGroup &bm) +{ + QList urlList = bm.groupUrlList(); + QList::iterator url; + for(url = urlList.begin(); url != urlList.end(); ++url) + { + Application::instance()->newWebView()->loadUrl(*url); + } +} + + // ------------------------------------------------------------------------------------------------------ -- cgit v1.2.1