From 15f50df9f6944bee79d5f81c8ccfc7bc206d9d99 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 20 Jun 2007 20:48:36 +0000 Subject: don't pass a custom viewport URL to the context menu anymore, as this cannot work together with the menu actions svn path=/trunk/KDE/kdebase/apps/; revision=678175 --- src/dolphincontroller.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dolphincontroller.h') diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index c45c55980..aa0eab22f 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -60,7 +60,7 @@ public: inline void setUrl(const KUrl& url); inline const KUrl& url() const; - void triggerContextMenuRequest(const QPoint& pos, const KUrl& url); + void triggerContextMenuRequest(const QPoint& pos); void triggerActivation(); @@ -116,10 +116,8 @@ signals: * context menu should be opened. It is recommended * to get the corresponding model index from * this position. - * @param url URL of the viewport, if there is no valid model - * index on the given position. */ - void requestContextMenu(const QPoint& pos, const KUrl& url); + void requestContextMenu(const QPoint& pos); /** * Is emitted if the view has been activated by e. g. a mouse click. -- cgit v1.3