mobile/models: make dive invalid flag available to mobile UI

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-03-20 15:31:46 -07:00
parent bd746b1d1b
commit 5747573019
3 changed files with 3 additions and 0 deletions

View file

@ -51,6 +51,7 @@ QHash<int, QByteArray> MobileListModelBase::roleNames() const
roles[TripBelow] = "tripBelow";
roles[TripLocationRole] = "tripLocation";
roles[TripNotesRole] = "tripNotes";
roles[IsInvalidRole] = "isInvalid";
return roles;
}