diff options
| author | Peter Penz <[email protected]> | 2009-11-10 21:44:24 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-10 21:44:24 +0000 |
| commit | d9e3139e505857e1a590f324fc7516ca589169aa (patch) | |
| tree | 73d03696ab01844be71ef04b028a1bc54be8d9e2 /src/dolphinmainwindow.h | |
| parent | a97291c90d244c15d3112f33a1261c2c3f134258 (diff) | |
* Show the search options as soon as the search bar gains focus.
* Allow the user to manually close the options.
* Added tooltip descriptions.
svn path=/trunk/KDE/kdebase/apps/; revision=1047281
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d72c6b938..f87e70dc4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -401,11 +401,10 @@ private slots: void slotTabMoved(int from, int to); /** - * Is connected to the searchbox signal 'textChanged' and - * takes care to make the search options configurator visible - * if a search text has been entered. + * Is connected to the searchbox signal 'requestSearchOptions' and + * takes care to show the search options. */ - void slotSearchBoxTextChanged(const QString& text); + void showSearchOptions(); private: DolphinMainWindow(int id); |
