┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2012-12-13 22:54:09 +0100
committerEmmanuel Pescosta <[email protected]>2012-12-13 22:54:09 +0100
commit3535a20207245cf8b1325ada9007469d0d1c3ec7 (patch)
tree1a59a4703377877584b283c7f5c3f506f3cf7737 /src/views/dolphinview.h
parente348bc58267b3dc06f2fc044f9e5ce5a5dfcd087 (diff)
Fix Bug 304299 - Dolphin launches multiple instances of a program when multiple files are selected
BUG: 304299 REVIEW: 107305
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 6d15ebf32..a2fe9f62a 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -386,6 +386,12 @@ signals:
void itemActivated(const KFileItem& item);
/**
+ * Is emitted when multiple items have been activated by e. g.
+ * context menu open with.
+ */
+ void itemsActivated(const KFileItemList& items);
+
+ /**
* Is emitted if items have been added or deleted.
*/
void itemCountChanged();