summaryrefslogtreecommitdiffstats
path: root/qt-ui/simplewidgets.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 13:45:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 13:46:19 -0800
commit2cd31a30f26480553dcbd403f5ba51a345e0939d (patch)
tree9f1a03840165271da2674a4412281d64db038412 /qt-ui/simplewidgets.h
parentac9ead4571f3c1546c0cd88a39088f91b01929b3 (diff)
downloadsubsurface-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.h3
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;