diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-04-12 15:31:11 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 5aacd73a00bac5721674b1f8b223d3aacc862a4c (patch) | |
tree | 81e99850a8cb23500831ccade3335bac503056b8 /desktop-widgets/filterwidget2.h | |
parent | 858d3e2eed188b609090b20ecaba2f779aedb6eb (diff) | |
download | subsurface-5aacd73a00bac5721674b1f8b223d3aacc862a4c.tar.gz |
Filter: call update title directly in filter model
Instead of sending a signal when counts change, catching them
in the filter widget and update the window title there,
directly update the window title in the model. This removes a
signal/slot pair.
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, 0 insertions, 1 deletions
diff --git a/desktop-widgets/filterwidget2.h b/desktop-widgets/filterwidget2.h index 297d65e4e..212f6b5ae 100644 --- a/desktop-widgets/filterwidget2.h +++ b/desktop-widgets/filterwidget2.h @@ -33,7 +33,6 @@ private slots: void clearFilter(); void closeFilter(); void temperatureChanged(); - void countsChanged(); private: bool ignoreSignal; |