When closing the filter window also clear the filter

The tooltip already pretended that that's what it did...

Also make the tooltip wording consistent.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-11-13 13:45:32 -08:00
parent ac9ead4571
commit 2cd31a30f2
3 changed files with 12 additions and 3 deletions

View file

@ -132,6 +132,9 @@ private:
class MultiFilter : public QScrollArea {
Q_OBJECT
public
slots:
void closeFilter();
public:
MultiFilter(QWidget *parent);
QWidget *expandedWidget;