aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/gpslocation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 22:43:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 22:43:13 -0800
commit7b155774c5105f84303e869317fc946b11b3e78b (patch)
tree7e4372ba2248a8d83204059a12116b03b6d9efd0 /subsurface-core/gpslocation.h
parent6c0259d5409a72163a53cdce5658183c16b97f5c (diff)
downloadsubsurface-7b155774c5105f84303e869317fc946b11b3e78b.tar.gz
Compile fix
This makes the desktop version compile again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r--subsurface-core/gpslocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h
index 3dbe48320..2a6f6c292 100644
--- a/subsurface-core/gpslocation.h
+++ b/subsurface-core/gpslocation.h
@@ -49,7 +49,9 @@ public slots:
void downloadFromServer();
void postError(QNetworkReply::NetworkError error);
void getUseridError(QNetworkReply::NetworkError error);
+#ifdef SUBSURFACE_MOBILE
void updateModel();
+#endif
void clearGpsData();
};