summaryrefslogtreecommitdiffstats
path: root/qt-models/mobilelistmodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-21 21:31:31 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-10 09:25:57 -0700
commit028807ebc5085652c53f75c1419e9cca988cd0a9 (patch)
treee9c385ae929265f3afa02fa59f4d3b56fdc2a964 /qt-models/mobilelistmodel.h
parent9e13777cc1fde30d7cac03e59ddf3481bbc28eac (diff)
downloadsubsurface-028807ebc5085652c53f75c1419e9cca988cd0a9.tar.gz
mobile models: add trip location and notes
First step towards making those accessible and then editable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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: