diff options
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. |
