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 02377bfca..0a333947b 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -27,7 +27,7 @@ public: ~GpsLocation(); static GpsLocation *instance(); static bool hasInstance(); - bool applyLocations(); + int applyLocations(); int getGpsNum() const; bool hasLocationsSource(); QString currentPosition(); |