diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-11 21:31:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-09 12:41:11 -0700 |
commit | 89f84578570112dc82cc194c3b0daedd5e660bc5 (patch) | |
tree | f13202e0a4c9635ee8e020c9ae5be7a2bdb381c6 /qt-models/mobilelistmodel.h | |
parent | c5d17c3d4ddd61a3d0938b3290d002fe6b7622d0 (diff) | |
download | subsurface-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.h | 2 |
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, |