summaryrefslogtreecommitdiffstats
path: root/core/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r--core/gpslocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h
index efb1b34df..4d48acd59 100644
--- a/core/gpslocation.h
+++ b/core/gpslocation.h
@@ -69,7 +69,9 @@ public slots:
void downloadFromServer();
void postError(QNetworkReply::NetworkError error);
void getUseridError(QNetworkReply::NetworkError error);
+#ifdef SUBSURFACE_MOBILE
void clearGpsData();
+#endif
void deleteGpsFix(qint64 when);
};