diff options
| author | David Faure <[email protected]> | 2016-10-02 21:03:01 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2016-10-02 22:28:03 +0200 |
| commit | f54174f9f6b99aac433e81cad9965a7f31786ce7 (patch) | |
| tree | 4c234462dcd06bf9d44c0bca4d2c5da1a1c44720 /src/dolphincontextmenu.h | |
| parent | 345e3e7a8276c12b481c3b6e91fb2e7ca6b6ab2b (diff) | |
Popupmenu: use KIO 5.27's new addPluginActionsTo method
REVIEW: 129085
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 419d3f9bd..f67300dc1 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -126,7 +126,7 @@ private: /** * Adds actions that are provided by a KFileItemActionPlugin. */ - void addFileItemPluginActions(); + void addFileItemPluginActions(KFileItemActions& fileItemActions); /** * Adds actions that are provided by a KVersionControlPlugin. |
