summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-29 15:28:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 13:50:34 +0100
commit2d2a2fc62d23af51e1e00106f92cc736eb9558b8 (patch)
tree8e797b0e29584f3ea62b424a01ed2dbefc00a58e
parenta3e4a69a17a68e1b6bf3a9254164cac0eb2e71b5 (diff)
downloadqtlocation-2d2a2fc62d23af51e1e00106f92cc736eb9558b8.tar.gz
Remove incorrect position references in satellite documentation.
Most liklely they were caused by Copy & Paste. Change-Id: Iacdff9d28aa3e3a1bd662e970200f84e2863597f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--src/positioning/qgeosatelliteinfosource.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/positioning/qgeosatelliteinfosource.cpp b/src/positioning/qgeosatelliteinfosource.cpp
index 4991e879..85c2e0df 100644
--- a/src/positioning/qgeosatelliteinfosource.cpp
+++ b/src/positioning/qgeosatelliteinfosource.cpp
@@ -165,7 +165,7 @@ int QGeoSatelliteInfoSource::updateInterval() const
from the system's default source of satellite update information, or the
highest priority available plugin.
- Returns 0 if the system has no default position source, no valid plugins
+ Returns 0 if the system has no default satellite source, no valid plugins
could be found or the user does not have the permission to access the satellite data.
*/
QGeoSatelliteInfoSource *QGeoSatelliteInfoSource::createDefaultSource(QObject *parent)
@@ -284,7 +284,7 @@ QStringList QGeoSatelliteInfoSource::availableSources()
Attempts to get the current satellite information and emit
satellitesInViewUpdated() and satellitesInUseUpdated() with this
- information. If the current position cannot be found
+ information. If the current satellite information cannot be found
within the given \a timeout (in milliseconds) or if \a timeout is less than the value returned by
minimumUpdateInterval(), requestTimeout() is
emitted.
@@ -323,9 +323,9 @@ QStringList QGeoSatelliteInfoSource::availableSources()
The Error enumeration represents the errors which can occur.
- \value AccessError The connection setup to the remote positioning backend failed because the
+ \value AccessError The connection setup to the satellite backend failed because the
application lacked the required privileges.
- \value ClosedError The remote satellite backend closed the connection, which happens for example in case
+ \value ClosedError The satellite 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 satellite source can be created by calling createDefaultSource() later on.
\value NoError No error has occurred.