]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.h
view: Add setting to trigger user set action with double click
[dolphin.git] / src / kitemviews / kitemlistcontroller.h
index ccfc7626710d272ec01fba63153fc4808b85dcd2..fcb971fb7ff81d68b641741636f5b40b07858256 100644 (file)
@@ -230,6 +230,12 @@ Q_SIGNALS:
     void decreaseZoom();
     void swipeUp();
 
+    /**
+     * Emitted when the view's background is double-clicked.
+     * Used to trigger an user configured action.
+     */
+    void doubleClickViewBackground(Qt::MouseButton button);
+
 public Q_SLOTS:
     void slotStateChanged(QScroller::State newState);