┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-08-22 10:16:27 +0200
committerMéven Car <[email protected]>2023-08-23 12:35:48 +0000
commitd27ee07de7558470ef7b497fbe3d3504ce7cad07 (patch)
tree1fc06e71bf62acb6c9f6cd0b58c395a02b77763a /src/views/dolphinview.h
parentff852b97f110691cda4c2f63f8d0f6bf8759fe2f (diff)
On middle-click, open file with the second application for the file mime
FEATURE: 390631
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 21ca49c24..f851724c2 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -453,6 +453,12 @@ Q_SIGNALS:
void itemActivated(const KFileItem &item);
/**
+ * Is emitted when clicking on a file with the middle mouse button.
+ * @note: This will not be emitted for folders or file archives that will/can be opened like folders.
+ */
+ void fileMiddleClickActivated(const KFileItem &item);
+
+ /**
* Is emitted when multiple items have been activated by e. g.
* context menu open with.
*/