]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
Prevent repeated re-layouting of all items while previews are generated
[dolphin.git] / src / dolphinviewcontainer.h
index 0300273c1476ce8ea22908d8e50e50d1dd7edb5e..e2d1b18752ba36e318c3357d6d89da0c3d459309 100644 (file)
@@ -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.