diff options
| author | Jens Rutschmann <[email protected]> | 2013-02-19 22:42:55 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-02-19 22:43:55 +0100 |
| commit | 0fee7ff26605dcabba061d36812487255ab6729f (patch) | |
| tree | 6455be051c8f67d7ab0df1fee76b4d0e4949d600 /src/dolphinviewcontainer.h | |
| parent | cc1455c0e6076c4abd5e321343be456184c51f5e (diff) | |
Return the focus from the filter bar to the view if Enter is pressed
BUG: 297140
FIXED-IN: 4.11.0
REVIEW: 109020
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index bc58531a2..93fabecbc 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -147,6 +147,11 @@ public slots: */ void setFilterBarVisible(bool visible); + /** + * Sets focus to the item view. + */ + void focusView(); + signals: /** * Is emitted whenever the filter bar has changed its visibility state. |
