aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-08-15 00:03:15 +0200
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-09-14 13:20:59 +0200
commit54720e6cff65ae860fb78431324b75203e71809a (patch)
tree1986f2fc328ef3f48ccdb70bf54ef0a3454ea81d /qt-models/divelistmodel.h
parent1b9581369af95bdf366f08c0d00d24c315d339bb (diff)
downloadsubsurface-54720e6cff65ae860fb78431324b75203e71809a.tar.gz
Mobile: move tripNrDive from DiveObjectHelper to 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. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r--qt-models/divelistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h
index 1cc3abb7d..e799ecf8a 100644
--- a/qt-models/divelistmodel.h
+++ b/qt-models/divelistmodel.h
@@ -39,6 +39,7 @@ public:
DiveRole = Qt::UserRole + 1,
DiveDateRole,
TripIdRole,
+ TripNrDivesRole,
};
static DiveListModel *instance();