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 d00f26c62..c289684bd 100644 --- a/qt-models/mobilelistmodel.h +++ b/qt-models/mobilelistmodel.h @@ -57,6 +57,8 @@ public: DiveInTripRole, TripAbove, TripBelow, + TripLocationRole, + TripNotesRole, }; QHash<int, QByteArray> roleNames() const override; protected: |