diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index ea3373d3b..eb61fe7ef 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -37,7 +37,7 @@ public: bool hasLocationsSource(); QString currentPosition(); void setLogCallBack(void (*showMsgCB)(const char *msg)); - + QString getFixString(); QMap<qint64, gpsTracker> currentGPSInfo() const; private: |