mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile models: add trip location and notes
First step towards making those accessible and then editable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e13777cc1
commit
028807ebc5
3 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ public:
|
|||
DiveInTripRole,
|
||||
TripAbove,
|
||||
TripBelow,
|
||||
TripLocationRole,
|
||||
TripNotesRole,
|
||||
};
|
||||
QHash<int, QByteArray> roleNames() const override;
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue