diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index fb4ed0afc..92ee71d2c 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -135,13 +135,15 @@ private Q_SLOTS: void createNewWindow(const KUrl& url); /** * Opens the context menu on the current mouse position. + * @pos Position in screen coordinates. * @item File item context. If item is null, the context menu * should be applied to \a url. * @url URL which contains \a item. * @customActions Actions that should be added to the context menu, * if the file item is null. */ - void slotOpenContextMenu(const KFileItem& item, + void slotOpenContextMenu(const QPoint& pos, + const KFileItem& item, const KUrl& url, const QList<QAction*>& customActions); |
