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 9310875d8..044420d08 100644 --- a/qt-mobile/gpslocation.h +++ b/qt-mobile/gpslocation.h @@ -14,6 +14,7 @@ class GpsLocation : QObject public: GpsLocation(QObject *parent); bool applyLocations(); + int getGpsNum() const; private: QGeoPositionInfo lastPos; |