summaryrefslogtreecommitdiff
path: root/src/location/qgeopositioninfosourcefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/qgeopositioninfosourcefactory.cpp')
-rw-r--r--src/location/qgeopositioninfosourcefactory.cpp16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/location/qgeopositioninfosourcefactory.cpp b/src/location/qgeopositioninfosourcefactory.cpp
index 68cba1f7..0c0a0404 100644
--- a/src/location/qgeopositioninfosourcefactory.cpp
+++ b/src/location/qgeopositioninfosourcefactory.cpp
@@ -61,16 +61,24 @@ QT_BEGIN_NAMESPACE
\fn QGeoPositionInfoSource *QGeoPositionInfoSourceFactory::positionInfoSource(QObject *parent)
Returns a new QGeoPositionInfoSource associated with this plugin
- with parent \a parent . Can also return 0, in which case the factory
- with the next highest priority will be used instead.
+ with parent \a parent. Can also return 0, in which case the plugin
+ loader will use the factory with the next highest priority.
*/
/*!
\fn QGeoSatelliteInfoSource *QGeoPositionInfoSourceFactory::satelliteInfoSource(QObject *parent)
Returns a new QGeoSatelliteInfoSource associated with this plugin
- with parent \a parent. Can also return 0, in which case the factory
- with the next highest priority will be used instead.
+ with parent \a parent. Can also return 0, in which case the plugin
+ loader will use the factory with the next highest priority.
+ */
+
+/*!
+ \fn QGeoAreaMonitor *QGeoPositionInfoSourceFactory::areaMonitor(QObject *parent);
+
+ Returns a new QGeoAreaMonitor associated with this plugin with parent \a parent.
+ Can also return 0, in which case the plugin loader will use the factory with the
+ next highest priority.
*/
/*!