diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 21:34:21 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 21:41:52 -0800 |
commit | 06dcc9ab8d6d7ca7d9967fa9db4c8e87ae376dec (patch) | |
tree | 2c897f0f5cd5a7e7044470e127257c99921f4361 /subsurface-core/gpslocation.h | |
parent | 8a98dd485a80790cd80be9332230675b42c8051c (diff) | |
download | subsurface-06dcc9ab8d6d7ca7d9967fa9db4c8e87ae376dec.tar.gz |
Populate the model with the GPS fixes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index 2d2d915d0..3dbe48320 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -49,6 +49,7 @@ public slots: void downloadFromServer(); void postError(QNetworkReply::NetworkError error); void getUseridError(QNetworkReply::NetworkError error); + void updateModel(); void clearGpsData(); }; |