diff options
Diffstat (limited to 'qt-mobile/gpslocation.h')
-rw-r--r-- | qt-mobile/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/gpslocation.h b/qt-mobile/gpslocation.h index f4a2fc737..9310875d8 100644 --- a/qt-mobile/gpslocation.h +++ b/qt-mobile/gpslocation.h @@ -13,6 +13,7 @@ class GpsLocation : QObject Q_OBJECT public: GpsLocation(QObject *parent); + bool applyLocations(); private: QGeoPositionInfo lastPos; |