diff options
| author | Méven Car <[email protected]> | 2023-08-22 10:16:27 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-08-23 12:35:48 +0000 |
| commit | d27ee07de7558470ef7b497fbe3d3504ce7cad07 (patch) | |
| tree | 1fc06e71bf62acb6c9f6cd0b58c395a02b77763a /src/dolphinviewcontainer.h | |
| parent | ff852b97f110691cda4c2f63f8d0f6bf8759fe2f (diff) | |
On middle-click, open file with the second application for the file mime
FEATURE: 390631
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. */ |
