diff options
| author | Peter Penz <[email protected]> | 2009-10-23 21:06:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-23 21:06:33 +0000 |
| commit | efecb5021cc7855caa05117ebbe74608f5c863f2 (patch) | |
| tree | 517df3bc5d22130997a5669a4c50c92a3ddb2865 /src/search/dolphinsearchbox.h | |
| parent | 66995e1a8f0b8a4001c1d4500f807277d685ab7f (diff) | |
Imported Adam Kidders search configuration widgets from playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground.
Currently the UI works quite well, but the creating of the query string has not been integrated yet.
svn path=/trunk/KDE/kdebase/apps/; revision=1039572
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 2e4c6b85a..018612564 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -32,7 +32,7 @@ class QStandardItemModel; class QToolButton; /** - * @brief used for completition for the DolphinSearchBox + * @brief Helper class used for completition for the DolphinSearchBox. */ class DolphinSearchCompleter : public QObject { |
