From 0fee7ff26605dcabba061d36812487255ab6729f Mon Sep 17 00:00:00 2001 From: Jens Rutschmann Date: Tue, 19 Feb 2013 22:42:55 +0100 Subject: Return the focus from the filter bar to the view if Enter is pressed BUG: 297140 FIXED-IN: 4.11.0 REVIEW: 109020 --- src/dolphinviewcontainer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinviewcontainer.h') 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. -- cgit v1.3