Populate the model with the GPS fixes

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-07 21:34:21 -08:00
parent 8a98dd485a
commit 06dcc9ab8d
2 changed files with 27 additions and 0 deletions

View file

@ -49,6 +49,7 @@ public slots:
void downloadFromServer();
void postError(QNetworkReply::NetworkError error);
void getUseridError(QNetworkReply::NetworkError error);
void updateModel();
void clearGpsData();
};