diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 2 |
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); }; |