diff options
| author | Peter Penz <[email protected]> | 2008-09-02 20:01:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-09-02 20:01:50 +0000 |
| commit | cb5a134080f1368beef87f46d5ed4fd7406a98fc (patch) | |
| tree | 862a7dc73c14fd33be5397685a3cdc8dc42d4194 /src/filterbar.h | |
| parent | d91949990920b4d547e1e8ead5e915f7b4d5cabe (diff) | |
don't clear the filterbar when switching between tabs
BUG: 169878
svn path=/trunk/KDE/kdebase/apps/; revision=856411
Diffstat (limited to 'src/filterbar.h')
| -rw-r--r-- | src/filterbar.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/filterbar.h b/src/filterbar.h index db5d49f89..ef5711fc2 100644 --- a/src/filterbar.h +++ b/src/filterbar.h @@ -39,7 +39,10 @@ class FilterBar : public QWidget public: FilterBar(QWidget* parent = 0); virtual ~FilterBar(); - + + /** Clears the the input field. */ + void clear(); + signals: /** * Signal that reports the name filter has been @@ -53,7 +56,6 @@ signals: void closeRequest(); protected: - virtual void hideEvent(QHideEvent* event); virtual void showEvent(QShowEvent* event); virtual void keyReleaseEvent(QKeyEvent* event); |
