mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
GPS data: delete fixes on the server
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
88291f605c
commit
69619ef5aa
2 changed files with 60 additions and 3 deletions
|
|
@ -45,10 +45,12 @@ private:
|
|||
static GpsLocation *m_Instance;
|
||||
bool waitingForPosition;
|
||||
QMap<qint64, gpsTracker> m_trackers;
|
||||
void addFixToStorage(gpsTracker >);
|
||||
void deleteFixFromStorage(gpsTracker >);
|
||||
QList<gpsTracker> m_deletedTrackers;
|
||||
void loadFromStorage();
|
||||
void addFixToStorage(gpsTracker >);
|
||||
void replaceFixToStorage(gpsTracker >);
|
||||
void deleteFixFromStorage(gpsTracker >);
|
||||
void deleteFixesFromServer();
|
||||
|
||||
public slots:
|
||||
void serviceEnable(bool toggle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue