summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-29 10:44:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 13:18:44 +0100
commitd82196b84cefd1e9c7466e479ca636ec79034221 (patch)
treeb4031bac93a7094f54fa8a6f25da340a73792a60
parent654b01af941ec620ca8a9b98be8542dda862d4a8 (diff)
Fix wrong signal names in documentation.
Change-Id: I7926efa7a15859185a8990c850cc8407f8f45de6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/positioning/qgeopositioninfosource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/positioning/qgeopositioninfosource.cpp b/src/positioning/qgeopositioninfosource.cpp
index 6556ed02..25bbfd89 100644
--- a/src/positioning/qgeopositioninfosource.cpp
+++ b/src/positioning/qgeopositioninfosource.cpp
@@ -378,10 +378,10 @@ QStringList QGeoPositionInfoSource::availableSources()
If setUpdateInterval() has not been called, the source will emit updates
as soon as they become available.
- An updateTimout() signal will be emitted if this QGeoPositionInfoSource subclass determines
+ An updateTimeout() signal will be emitted if this QGeoPositionInfoSource subclass determines
that it will not be able to provide regular updates. This could happen if a satellite fix is
lost or if a hardware error is detected. Position updates will recommence if the data becomes
- available later on. The updateTimout() signal will not be emitted again until after the
+ available later on. The updateTimeout() signal will not be emitted again until after the
periodic updates resume.
*/