diff options
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index 55b47f07e..f60b669f7 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -17,6 +17,7 @@ public: bool applyLocations(); int getGpsNum() const; QString getUserid(QString user, QString passwd); + bool hasLocationsSource(); private: QGeoPositionInfo lastPos; |