diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f9c62296e..0c8b184fe 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -327,6 +327,11 @@ private Q_SLOTS: void slotItemsActivated(const KFileItemList &items); /** + * Handles middle click of file. It opens the file passed using the second application associated with the file's mimetype. + */ + void slotfileMiddleClickActivated(const KFileItem &item); + + /** * Shows the information for the item \a item inside the statusbar. If the * item is null, the default statusbar information is shown. */ |
