summaryrefslogtreecommitdiffstats
path: root/qt-models/mobilelistmodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-11 21:31:56 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-09 12:41:11 -0700
commit89f84578570112dc82cc194c3b0daedd5e660bc5 (patch)
treef13202e0a4c9635ee8e020c9ae5be7a2bdb381c6 /qt-models/mobilelistmodel.h
parentc5d17c3d4ddd61a3d0938b3290d002fe6b7622d0 (diff)
downloadsubsurface-89f84578570112dc82cc194c3b0daedd5e660bc5.tar.gz
mobile/divelist: implement trip title and short date for mobile
We pass this through to the underlying data function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/mobilelistmodel.h')
-rw-r--r--qt-models/mobilelistmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/mobilelistmodel.h b/qt-models/mobilelistmodel.h
index 66c520cf7..01bec8670 100644
--- a/qt-models/mobilelistmodel.h
+++ b/qt-models/mobilelistmodel.h
@@ -12,6 +12,8 @@ public:
DiveDateRole,
TripIdRole,
TripNrDivesRole,
+ TripShortDateRole,
+ TripTitleRole,
DateTimeRole,
IdRole,
NumberRole,