From d9575d35726de15d58061455016b5d1fa8a0e421 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 22 Mar 2009 11:35:32 +0100 Subject: Updated TODO --- src/bookmarks.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bookmarks.cpp') diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index 6b6d549c..9b48de6f 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -37,6 +37,7 @@ // Qt Includes #include + OwnBookMarks::OwnBookMarks(KMainWindow *parent) : QObject(parent) , KBookmarkOwner() @@ -53,6 +54,7 @@ void OwnBookMarks::openBookmark (const KBookmark & b, Qt::MouseButtons mb, Qt::K emit openUrl( b.url() ); } + QString OwnBookMarks::currentUrl() const { QUrl url = m_parent->currentTab()->url(); @@ -75,6 +77,7 @@ BookmarksMenu::BookmarksMenu( KBookmarkManager* manager, KBookmarkOwner* owner, { } + KMenu* BookmarksMenu::viewContextMenu(QAction* action) { return contextMenu( action ); @@ -164,4 +167,3 @@ void BookmarksProvider::contextMenu(const QPoint & point) menu->popup( m_bmToolbar->mapToGlobal( point )); } - -- cgit v1.2.1