diff options
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 572a3b146..d00f26c62 100644 --- a/qt-models/mobilelistmodel.h +++ b/qt-models/mobilelistmodel.h @@ -55,6 +55,8 @@ public: FirstGasRole, SelectedRole, DiveInTripRole, + TripAbove, + TripBelow, }; QHash<int, QByteArray> roleNames() const override; protected: |