From 3535a20207245cf8b1325ada9007469d0d1c3ec7 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Thu, 13 Dec 2012 22:54:09 +0100 Subject: Fix Bug 304299 - Dolphin launches multiple instances of a program when multiple files are selected BUG: 304299 REVIEW: 107305 --- src/dolphinviewcontainer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 0300273c1..e2d1b1875 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -214,6 +214,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. -- cgit v1.3