mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/divelist: trip date and title roles for new model
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89f8457857
commit
30d242efc0
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ QHash<int, QByteArray> MobileListModel::roleNames() const
|
|||
roles[DiveDateRole] = "date";
|
||||
roles[TripIdRole] = "tripId";
|
||||
roles[TripNrDivesRole] = "tripNrDives";
|
||||
roles[TripShortDateRole] = "tripShortDate";
|
||||
roles[TripTitleRole] = "tripTitle";
|
||||
roles[DateTimeRole] = "dateTime";
|
||||
roles[IdRole] = "id";
|
||||
roles[NumberRole] = "number";
|
||||
|
|
Loading…
Add table
Reference in a new issue