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/dolphinpart.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e5693b363..7881ded43 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -128,6 +128,10 @@ private Q_SLOTS: * Handles clicking on an item */ void slotItemActivated(const KFileItem& item); + /** + * Handles activation of multiple items + */ + void slotItemsActivated(const KFileItemList& items); /** * Creates a new window showing the content of \a url. */ -- cgit v1.3.1