diff options
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index f60b669f7..8796b3100 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -14,7 +14,7 @@ class GpsLocation : QObject Q_OBJECT public: GpsLocation(void (*showMsgCB)(const char *msg), QObject *parent); - bool applyLocations(); + void applyLocations(); int getGpsNum() const; QString getUserid(QString user, QString passwd); bool hasLocationsSource(); |