mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Compile fix
This makes the desktop version compile again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6c0259d540
commit
7b155774c5
2 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue