mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive list model: add GPS string access
If the QML UI needs the GPS information, we need a way to get to it. I'm not convinced that having it as comma separated string is the best way to go, but that's what I need for the Google API so that's what I picked for now. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07a0ef2139
commit
7ffe7a8c8a
4 changed files with 21 additions and 0 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
DiveGasRole,
|
||||
DiveSacRole,
|
||||
DiveLocationRole,
|
||||
DiveGPSRole,
|
||||
DiveNotesRole,
|
||||
DiveBuddyRole,
|
||||
DiveMasterRole,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue