┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark <[email protected]>2016-07-31 19:16:18 +0200
committerMartin T. H. Sandsmark <[email protected]>2016-09-04 14:12:53 +0200
commitb706108206be1c9e777e1ace02aa99247fdfc3ca (patch)
tree0ba2a2885cdd18ea7f1960f9e4d1a867ecaff44e /src/views/dolphinview.h
parent1bdebe6d7c38d6c263b34917f10f3daaf2b00b54 (diff)
Use tab for switching active split
REVIEW: 128564 REVIEW: 110970 BUGS: 171743
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index d1a5d5005..0b0d8196d 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -546,6 +546,11 @@ signals:
*/
void goForwardRequested();
+ /**
+ * Is emitted when the user wants to move the focus to another view.
+ */
+ void toggleActiveViewRequested();
+
protected:
/** Changes the zoom level if Control is pressed during a wheel event. */
virtual void wheelEvent(QWheelEvent* event) Q_DECL_OVERRIDE;