┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 9b068f92e..35276f9ac 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -730,6 +730,12 @@ Q_SIGNALS:
void currentDirectoryRemoved();
/**
+ * Emitted when the view's background is clicked.
+ * Used to trigger a user configured action.
+ */
+ void clickViewBackground(Qt::MouseButton button);
+
+ /**
* Emitted when the view's background is double-clicked.
* Used to trigger an user configured action.
*/