diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:36:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:36:13 +0200 |
commit | 675dc346a698fecb60e65cf099ef123129a014a7 (patch) | |
tree | 531f4b65c62b409e0e438503072b969145467174 /src/bookmarks/bookmarkprovider.h | |
parent | Merge commit 'refs/merge-requests/189' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Useless include (diff) | |
download | rekonq-675dc346a698fecb60e65cf099ef123129a014a7.tar.xz |
Merge commit 'refs/merge-requests/190' of git://gitorious.org/rekonq/mainline into m190
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. |