summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-29 13:38:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 16:00:53 +0100
commitd0f187fb0cc92e230bc50a8c3fc4f627a8863fa0 (patch)
tree9b15597c0dfef6a59410995420b1095811bdd2ba
parentd82196b84cefd1e9c7466e479ca636ec79034221 (diff)
downloadqtlocation-d0f187fb0cc92e230bc50a8c3fc4f627a8863fa0.tar.gz
Doc clarification on emission of updateTimeout() in QGeoPositionInfoSource
The error() signal is not emitted in case of an updateTimeout() signal. Change-Id: If4fc4c723f042f2e6feed66ffac32fb857e09ae9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--src/positioning/qgeopositioninfosource.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/positioning/qgeopositioninfosource.cpp b/src/positioning/qgeopositioninfosource.cpp
index 25bbfd89..cf22e4ac 100644
--- a/src/positioning/qgeopositioninfosource.cpp
+++ b/src/positioning/qgeopositioninfosource.cpp
@@ -436,6 +436,10 @@ QStringList QGeoPositionInfoSource::availableSources()
If startUpdates() has been called, this signal will be emitted if this QGeoPositionInfoSource
subclass determines that it will not be able to provide further regular updates. This signal
will not be emitted again until after the regular updates resume.
+
+ While the triggering of this signal may be considered an error condition, it does not
+ imply the emission of the \c error() signal. Only the emission of \c updateTimeout() is required
+ to indicate a timeout.
*/
/*!
@@ -444,6 +448,8 @@ QStringList QGeoPositionInfoSource::availableSources()
This signal is emitted after an error occurred. The \a positioningError
parameter describes the type of error that occurred.
+ This signal is not emitted when an updateTimeout() has occurred.
+
*/
/*!