diff options
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index ca101e2db..5d3e84c0a 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -196,6 +196,9 @@ public Q_SLOTS: /** Moves all selected items to the inactive view. */ void moveToInactiveSplitView(); + /** Moves keyboard focus to the inactive view, making it the active view. */ + void focusInactiveSplitView(); + private Q_SLOTS: /** * Opens the tab with the index \a index in a new Dolphin instance and closes |
