summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-08-22 14:09:41 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-08-22 14:09:41 +0200
commitc18a4bf0e5561ec97ef299a0992f267905021c66 (patch)
tree175dad967c505246892de49ca03bc3a6a7deacd8 /src/bookmarks/bookmarkprovider.h
parentrekonq 0.5.80 AKA 0.6 beta (diff)
downloadrekonq-c18a4bf0e5561ec97ef299a0992f267905021c66.tar.xz
- Move the BK bar context menu slot and connection to BookmarkContextMenu
- The context menu now works without selected bookmark in the BK bar
Diffstat (limited to 'src/bookmarks/bookmarkprovider.h')
-rw-r--r--src/bookmarks/bookmarkprovider.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bookmarks/bookmarkprovider.h b/src/bookmarks/bookmarkprovider.h
index e21bd227..36724d75 100644
--- a/src/bookmarks/bookmarkprovider.h
+++ b/src/bookmarks/bookmarkprovider.h
@@ -123,12 +123,6 @@ signals:
public slots:
/**
- * @short Opens the context menu on given position
- * @param point Point on which you want to open this menu
- */
- void contextMenu(const QPoint &point);
-
- /**
* @short Waits for signal that the group with the address has been modified by the caller.
* Waits for signal that the group (or any of its children) with the address
* @p groupAddress (e.g. "/4/5") has been modified by the caller @p caller.