┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-07 14:55:33 +0000
committerPeter Penz <[email protected]>2010-11-07 14:55:33 +0000
commit456d529295b7e9ee2a776480dce3a7151528b0dd (patch)
tree3b148b94223b1c06b8afc80e5a8b6879574f67e5 /src/dolphinviewcontainer.h
parent4fa931ae25eda718ab3a1666f385f9db6228d3a6 (diff)
Make the filter-behavior similar to applications like Kate, where activating the filter lets focus it again.
BUG: 256160 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193912
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 6abeab4b0..44f5dd906 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -111,6 +111,8 @@ public slots:
/**
* Popups the filter bar above the status bar if \a visible is true.
+ * It \a visible is true, it is assured that the filter bar gains
+ * the keyboard focus.
*/
void setFilterBarVisible(bool visible);