]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
view: Add setting to trigger user set action with double click
[dolphin.git] / src / views / dolphinview.h
index d4f82ae2f98637ad471d185e60103b970f21e09e..b55e2ee9becc5b2463f28c59acd7456f79509481 100644 (file)
@@ -665,6 +665,12 @@ Q_SIGNALS:
      */
     void currentDirectoryRemoved();
 
+    /**
+     * Emitted when the view's background is double-clicked.
+     * Used to trigger an user configured action.
+     */
+    void doubleClickViewBackground(Qt::MouseButton button);
+
 protected:
     /** Changes the zoom level if Control is pressed during a wheel event. */
     void wheelEvent(QWheelEvent *event) override;