diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index 9922997f1..efb1b34df 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -33,6 +33,7 @@ public: QString getUserid(QString user, QString passwd); bool hasLocationsSource(); QString currentPosition(); + void setGpsTimeThreshold(int seconds); QMap<qint64, gpsTracker> currentGPSInfo() const; |