From 950ae951bcc948ee632946757e43fca8ce7400fe Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 11 Mar 2020 22:09:52 +0100 Subject: divetripmodel: change current dive if no dives are selected The DiveTripModelTree::divesSelected() returned early if no dives were selected. Thus, the current dive was not updated. Remove the check for no dives. Signed-off-by: Berthold Stoeger --- qt-models/divetripmodel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qt-models') diff --git a/qt-models/divetripmodel.cpp b/qt-models/divetripmodel.cpp index 754d5e633..4236b32c3 100644 --- a/qt-models/divetripmodel.cpp +++ b/qt-models/divetripmodel.cpp @@ -1407,8 +1407,6 @@ QModelIndex DiveTripModelTree::diveToIdx(const dive *d) const void DiveTripModelTree::divesSelected(const QVector &divesIn, dive *current) { QVector dives = visibleDives(divesIn); - if (dives.empty()) - return; // We got a number of dives that have been selected. Turn this into QModelIndexes and // emit a signal, so that views can change the selection. -- cgit v1.2.3-70-g09d2