aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/mobilelistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/mobilelistmodel.h')
-rw-r--r--qt-models/mobilelistmodel.h2
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: