diff options
| author | Sascha Peilicke <[email protected]> | 2009-02-16 12:00:19 +0000 |
|---|---|---|
| committer | Sascha Peilicke <[email protected]> | 2009-02-16 12:00:19 +0000 |
| commit | 1f5f7f0092871fec525773a6cce158413e18a265 (patch) | |
| tree | d229aa90d4ccc4f9eaa129946625dc9065c6d45e /src/filterbar.h | |
| parent | 106094673c347c92ac594c0679ca1eb71ae6fe20 (diff) | |
Applied patches to filterbar as discussed on review request 91 and 93.
svn path=/trunk/KDE/kdebase/apps/; revision=926845
Diffstat (limited to 'src/filterbar.h')
| -rw-r--r-- | src/filterbar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/filterbar.h b/src/filterbar.h index 87aaa017e..e7c244e8c 100644 --- a/src/filterbar.h +++ b/src/filterbar.h @@ -39,10 +39,11 @@ class FilterBar : public QWidget public: FilterBar(QWidget* parent = 0); virtual ~FilterBar(); - + +public slots: /** Clears the input field. */ void clear(); - + signals: /** * Signal that reports the name filter has been |
