X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ff852b97f110691cda4c2f63f8d0f6bf8759fe2f..d27ee07de7558470ef7b497fbe3d3504ce7cad07:/src/dolphinviewcontainer.h diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f9c62296e..0c8b184fe 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -326,6 +326,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.