]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabwidget.h
Improve DnD handling in read-only dirs
[dolphin.git] / src / dolphintabwidget.h
index 22f65b634c634510af0ad6bc058403e94c0aea64..a28a6bea1ff0941d78e265a28bec044c6febdede 100644 (file)
@@ -208,6 +208,12 @@ private Q_SLOTS:
      */
     void openNewActivatedTab(int index);
 
+    /**
+     * Is connected to the KTabBar signal receivedDragMoveEvent.
+     * Allows dragging and dropping files onto tabs.
+     */
+    void tabDragMoveEvent(int tab, QDragMoveEvent *event);
+
     /**
      * Is connected to the KTabBar signal receivedDropEvent.
      * Allows dragging and dropping files onto tabs.