summaryrefslogtreecommitdiffstats
path: root/qt-models/mobilelistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/mobilelistmodel.cpp')
-rw-r--r--qt-models/mobilelistmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/mobilelistmodel.cpp b/qt-models/mobilelistmodel.cpp
index 744cda195..75753b12a 100644
--- a/qt-models/mobilelistmodel.cpp
+++ b/qt-models/mobilelistmodel.cpp
@@ -46,6 +46,7 @@ QHash<int, QByteArray> MobileListModelBase::roleNames() const
roles[EndPressureRole] = "endPressure";
roles[FirstGasRole] = "firstGas";
roles[SelectedRole] = "selected";
+ roles[DiveInTripRole] = "diveInTrip";
return roles;
}