diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index 0a333947b..88fdb813c 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -20,6 +20,12 @@ struct gpsTracker { int idx; }; +struct DiveAndLocation { + struct dive *d; + location_t location; + QString name; +}; + class GpsLocation : public QObject { Q_OBJECT public: |