summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/positioning/qdeclarativepositionsource.cpp6
-rw-r--r--src/positioning/qgeopositioninfosource.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/positioning/qdeclarativepositionsource.cpp b/src/imports/positioning/qdeclarativepositionsource.cpp
index eff548d2..a32557fd 100644
--- a/src/imports/positioning/qdeclarativepositionsource.cpp
+++ b/src/imports/positioning/qdeclarativepositionsource.cpp
@@ -667,9 +667,9 @@ void QDeclarativePositionSource::positionUpdateReceived(const QGeoPositionInfo &
\list
\li PositionSource.AccessError - The connection setup to the remote positioning backend failed because the
application lacked the required privileges.
- \li PositionSource.ClosedError - The remote positioning backend closed the connection, which happens for example in case
- the user is switching location services to off. This object becomes invalid and should be deleted.
- A new source can be declared later on to check whether the positioning backend is up again.
+ \li PositionSource.ClosedError - The positioning backend closed the connection, which happens for example in case
+ the user is switching location services to off. As soon as the location service is re-enabled
+ regular updates will resume.
\li PositionSource.NoError - No error has occurred.
\li PositionSource.UnknownSourceError - An unidentified error occurred.
\li PositionSource.SocketError - An error occurred while connecting to an nmea source using a socket.
diff --git a/src/positioning/qgeopositioninfosource.cpp b/src/positioning/qgeopositioninfosource.cpp
index aeba422e..91d8bd56 100644
--- a/src/positioning/qgeopositioninfosource.cpp
+++ b/src/positioning/qgeopositioninfosource.cpp
@@ -461,8 +461,8 @@ QStringList QGeoPositionInfoSource::availableSources()
\value AccessError The connection setup to the remote positioning backend failed because the
application lacked the required privileges.
\value ClosedError The remote positioning backend closed the connection, which happens for example in case
- the user is switching location services to off. This object becomes invalid and should be deleted.
- A call to createDefaultSource() can be used to create a new source later on.
+ the user is switching location services to off. As soon as the location service is re-enabled
+ regular updates will resume.
\value NoError No error has occurred.
\value UnknownSourceError An unidentified error occurred.
*/