diff options
Diffstat (limited to 'src/dolphincontroller.h')
| -rw-r--r-- | src/dolphincontroller.h | 6 |
1 files changed, 2 insertions, 4 deletions
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. |
