diff options
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index dc8496924..9e5a25af7 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -47,6 +47,8 @@ private: QMap<qint64, gpsTracker> m_trackers; void addFixToStorage(gpsTracker >); void deleteFixFromStorage(gpsTracker >); + void loadFromStorage(); + void replaceFixToStorage(gpsTracker >); public slots: void serviceEnable(bool toggle); |