]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Activate the tab when an item is dragged above an inactive tab. Thanks to Dmitry...
[dolphin.git] / src / dolphinmainwindow.h
index c4c05bf83fa0ec0e316c710c0d6614512c51a59a..f97193cd41f45cfc7265543a47406de1033334cb 100644 (file)
@@ -262,6 +262,12 @@ private slots:
     /** Opens Kompare for 2 selected files. */
     void compareFiles();
 
+    /**
+     * Initiates a preview of the selected files
+     * on the desktop by the Previewer plasmoid.
+     */
+    void quickView();
+
     /**
      * Hides the menu bar if it is visible, makes the menu bar
      * visible if it is hidden.
@@ -335,6 +341,12 @@ private slots:
      * view is replaced by \a url.
      */
     void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons);
+    
+    /**
+     * Is connected to the KTabBar signal testCanDecode() and adjusts 
+     * the output parameter \a accept.
+     */
+    void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
 
 private:
     DolphinMainWindow(int id);