diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-01-25 21:30:43 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-26 08:05:39 -0800 |
commit | c210bfc0e0205067c4f4274afc7975486e35252a (patch) | |
tree | 1e83943a45e7089d63ede422aa6123ccb1253e90 /desktop-widgets/filterwidget2.h | |
parent | 3915e8a0d5a3199ec1aa3c2dfc1de049b2be7d9e (diff) | |
download | subsurface-c210bfc0e0205067c4f4274afc7975486e35252a.tar.gz |
Filter: update counts if dives added / removed
Update the filter counts if dives were added removed by the
undo commands. The undo commands call into the filter model
at the right time so that hidden_by_filter is already set.
The filter model keeps track of the counts and emits a signal,
which is caught by the widget.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/filterwidget2.h')
-rw-r--r-- | desktop-widgets/filterwidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/filterwidget2.h b/desktop-widgets/filterwidget2.h index ab388ba6a..23d08dd2a 100644 --- a/desktop-widgets/filterwidget2.h +++ b/desktop-widgets/filterwidget2.h @@ -29,6 +29,7 @@ public slots: void updateLogged(int value); private slots: void temperatureChanged(); + void countsChanged(); private: Ui::FilterWidget2 ui; |