┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.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/dolphinviewcontainer.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/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 0300273c1..e2d1b1875 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -215,6 +215,12 @@ private slots:
void slotItemActivated(const KFileItem& item);
/**
+ * Handles activation of multiple files. The files get started by
+ * the corresponding applications.
+ */
+ void slotItemsActivated(const KFileItemList& items);
+
+ /**
* Shows the information for the item \a item inside the statusbar. If the
* item is null, the default statusbar information is shown.
*/