mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: add 'diveInTrip' role to underlying data model
This will allow us to offer differentiated options in the context menu. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
56db02a685
commit
968278fe91
3 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,7 @@ QHash<int, QByteArray> MobileListModelBase::roleNames() const
|
|||
roles[EndPressureRole] = "endPressure";
|
||||
roles[FirstGasRole] = "firstGas";
|
||||
roles[SelectedRole] = "selected";
|
||||
roles[DiveInTripRole] = "diveInTrip";
|
||||
return roles;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue