┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-20 20:48:36 +0000
committerPeter Penz <[email protected]>2007-06-20 20:48:36 +0000
commit15f50df9f6944bee79d5f81c8ccfc7bc206d9d99 (patch)
treebc1a7313f6ef5062422501f83f82fd879fa1c60a /src/dolphincontroller.h
parentcd780167c3921d3803d60f58564d2446325dd599 (diff)
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
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h6
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.