gps: remove unused member function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a3a58a3c7
commit
cb9129462c
@ -411,8 +411,3 @@ void GpsLocation::clearGpsData()
|
|||||||
geoSettings->sync();
|
geoSettings->sync();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void GpsLocation::postError(QNetworkReply::NetworkError)
|
|
||||||
{
|
|
||||||
status(QStringLiteral("error when sending a GPS fix: %1").arg(reply->errorString()));
|
|
||||||
}
|
|
||||||
|
|||||||
@ -69,7 +69,6 @@ public slots:
|
|||||||
void newPosition(QGeoPositionInfo pos);
|
void newPosition(QGeoPositionInfo pos);
|
||||||
void updateTimeout();
|
void updateTimeout();
|
||||||
void positionSourceError(QGeoPositionInfoSource::Error error);
|
void positionSourceError(QGeoPositionInfoSource::Error error);
|
||||||
void postError(QNetworkReply::NetworkError error);
|
|
||||||
void setGpsTimeThreshold(int seconds);
|
void setGpsTimeThreshold(int seconds);
|
||||||
#ifdef SUBSURFACE_MOBILE
|
#ifdef SUBSURFACE_MOBILE
|
||||||
void clearGpsData();
|
void clearGpsData();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user