diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 13:45:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 13:46:19 -0800 |
commit | 2cd31a30f26480553dcbd403f5ba51a345e0939d (patch) | |
tree | 9f1a03840165271da2674a4412281d64db038412 /qt-ui/simplewidgets.h | |
parent | ac9ead4571f3c1546c0cd88a39088f91b01929b3 (diff) | |
download | subsurface-2cd31a30f26480553dcbd403f5ba51a345e0939d.tar.gz |
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>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index 25ef654a6..68735451e 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -132,6 +132,9 @@ private: class MultiFilter : public QScrollArea { Q_OBJECT +public +slots: + void closeFilter(); public: MultiFilter(QWidget *parent); QWidget *expandedWidget; |