summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-08-15 00:15:30 +0200
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-09-14 13:20:59 +0200
commitbf081866e9a15a8e9bdee46cbdf3058fcdab3450 (patch)
tree3a278686caadecc494d411dc9e8b483592332650 /qt-models/divelistmodel.h
parentc6b3309d1360e329252f5ab4c9dc7f345ea22694 (diff)
downloadsubsurface-bf081866e9a15a8e9bdee46cbdf3058fcdab3450.tar.gz
Mobile: return dive-id directly from DiveListModel
We don't want to generate a DiveObjectHelper numerous times for every item in the dive list. Therefore, return this datum directly from the model. In this case, don't remove from DiveObjectHelper, as this datum might be used by grantlee templates. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r--qt-models/divelistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h
index c0d7aa0a0..9b39e5513 100644
--- a/qt-models/divelistmodel.h
+++ b/qt-models/divelistmodel.h
@@ -40,7 +40,8 @@ public:
DiveDateRole,
TripIdRole,
TripNrDivesRole,
- DateTimeRole
+ DateTimeRole,
+ IdRole
};
static DiveListModel *instance();