diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index b277091a3..f55e3bf9d 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -30,7 +30,6 @@ public: static bool hasInstance(); bool applyLocations(); int getGpsNum() const; - QString getUserid(QString user, QString passwd); bool hasLocationsSource(); QString currentPosition(); void setGpsTimeThreshold(int seconds); @@ -66,10 +65,7 @@ public slots: void newPosition(QGeoPositionInfo pos); void updateTimeout(); void positionSourceError(QGeoPositionInfoSource::Error error); - void uploadToServer(); - void downloadFromServer(); void postError(QNetworkReply::NetworkError error); - void getUseridError(QNetworkReply::NetworkError error); #ifdef SUBSURFACE_MOBILE void clearGpsData(); #endif |