summaryrefslogtreecommitdiffstats
path: root/qt-mobile/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/gpslocation.h')
-rw-r--r--qt-mobile/gpslocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/gpslocation.h b/qt-mobile/gpslocation.h
index ff7aa1ea4..d00fbae6a 100644
--- a/qt-mobile/gpslocation.h
+++ b/qt-mobile/gpslocation.h
@@ -16,6 +16,7 @@ public:
GpsLocation(QObject *parent);
bool applyLocations();
int getGpsNum() const;
+ QString getUserid(QString user, QString passwd);
private:
QGeoPositionInfo lastPos;
@@ -32,6 +33,7 @@ public slots:
void updateTimeout();
void uploadToServer();
void postError(QNetworkReply::NetworkError error);
+ void getUseridError(QNetworkReply::NetworkError error);
void clearGpsData();
};