diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-18 18:19:29 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-19 21:13:40 -0800 |
commit | 9f573df971d84a54d5b5daba73a2f9e1498d7ee2 (patch) | |
tree | 69c09d487b9f20d45ad1b49fbcda992bfac886bf /core | |
parent | ecb517d49678e1d2e2dfdbcca5819d81b1f288ea (diff) | |
download | subsurface-9f573df971d84a54d5b5daba73a2f9e1498d7ee2.tar.gz |
Dive list: update selection after clearing model
When clearing the model the selection is cleared. Send the according
signal.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/subsurface-qt/DiveListNotifier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurface-qt/DiveListNotifier.h b/core/subsurface-qt/DiveListNotifier.h index e63738512..d4045abea 100644 --- a/core/subsurface-qt/DiveListNotifier.h +++ b/core/subsurface-qt/DiveListNotifier.h @@ -82,6 +82,7 @@ signals: // Trip edited signal void tripChanged(dive_trip *trip, TripField field); + // Selection changes void divesSelected(const QVector<dive *> &dives, dive *current); // Dive site signals. Add and delete events are sent per dive site and |