diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-22 14:09:41 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-22 14:09:41 +0200 |
commit | c18a4bf0e5561ec97ef299a0992f267905021c66 (patch) | |
tree | 175dad967c505246892de49ca03bc3a6a7deacd8 /src/bookmarks/bookmarkprovider.h | |
parent | rekonq 0.5.80 AKA 0.6 beta (diff) | |
download | rekonq-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.h | 6 |
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. |