┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index e5693b363..7881ded43 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -129,6 +129,10 @@ private Q_SLOTS:
*/
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.
*/
void createNewWindow(const KUrl& url);