diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-12-09 15:13:53 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-10 18:45:30 -0800 |
commit | 358fddd24e03d8f4522b108b28931a1227749831 (patch) | |
tree | c56c32441def8a844428fe2b51fff9330ccd8bbd /theme | |
parent | 71307bce42af3070c9f2ff32f52e289cb6c3a64d (diff) | |
download | subsurface-358fddd24e03d8f4522b108b28931a1227749831.tar.gz |
Filter: send filterReset via signal
The old code called directly into the DiveListModel. Instead,
send a signal and hook into the signal from the model. This
will allow us to remove the DiveListModel::instance() function.
This, in turn, is a step towards supporting multiple models
at the same time. However, currently the model manually
sets the hidden_by_filter flag in the core and therefore
only one active model is supported at a time.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'theme')
0 files changed, 0 insertions, 0 deletions