summaryrefslogtreecommitdiff
path: root/src/positioning/qgeopositioninfosourcefactory.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-11-08 23:57:52 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-11-14 12:14:14 +0100
commita467eadd46bec7a66e2e97bc4fd3a5271430bc93 (patch)
treeda0f988be1b020ea64c9cb66c09e80552e1afc90 /src/positioning/qgeopositioninfosourcefactory.cpp
parent664a83674b2bf8313763870c9eca7c4c558a14bc (diff)
downloadqtlocation-a467eadd46bec7a66e2e97bc4fd3a5271430bc93.tar.gz
Doc: Fix documentation warnings
Fix missing/incorrect parameter documentation, linking warnings, and \instantiates references to undocumented/internal classes. Remove mention of Navigator::currentRoute, as such a property no longer exists. Fixes: QTBUG-79811 Change-Id: I048a13109aa19f3db75e76611473d60a2396f028 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/positioning/qgeopositioninfosourcefactory.cpp')
-rw-r--r--src/positioning/qgeopositioninfosourcefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/positioning/qgeopositioninfosourcefactory.cpp b/src/positioning/qgeopositioninfosourcefactory.cpp
index afb0a1d3..d9971c26 100644
--- a/src/positioning/qgeopositioninfosourcefactory.cpp
+++ b/src/positioning/qgeopositioninfosourcefactory.cpp
@@ -109,7 +109,7 @@ QGeoPositionInfoSourceFactory::~QGeoPositionInfoSourceFactory()
\fn QGeoSatelliteInfoSource *QGeoPositionInfoSourceFactoryV2::satelliteInfoSourceWithParameters(QObject *parent, const QVariantMap &parameters)
Returns a new QGeoSatelliteInfoSource associated with this plugin
- with parent \a parent., and using \a parameters as configuration parameters.
+ with parent \a parent, and using \a parameters as configuration parameters.
Can also return 0, in which case the plugin loader will use the factory with
the next highest priority.
*/