diff options
| author | Peter Penz <[email protected]> | 2007-06-20 20:48:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-20 20:48:36 +0000 |
| commit | 15f50df9f6944bee79d5f81c8ccfc7bc206d9d99 (patch) | |
| tree | bc1a7313f6ef5062422501f83f82fd879fa1c60a /src/dolphinview.h | |
| parent | cd780167c3921d3803d60f58564d2446325dd599 (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/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 0d8ffea19..1a240be7a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -413,12 +413,9 @@ private slots: /** * Opens the context menu on position \a pos. The position * is used to check whether the context menu is related to an - * item or to the viewport. If the context menu should be - * opened on the viewport, the URL \a url should be taken - * as viewport URL (the viewport URL can be different from - * DolphinView::url() for e. g. the column view). + * item or to the viewport. */ - void openContextMenu(const QPoint& pos, const KUrl& url); + void openContextMenu(const QPoint& pos); /** * Drops the URLs \a urls to the index \a index. \a source |
