mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
GPS data: more fixes
- load the data from settings as we start - improve upload to server - keep settings and in memory model in sync Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33142ed7f8
commit
88291f605c
2 changed files with 49 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue