summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.cpp')
-rw-r--r--src/location/maps/qgeoserviceprovider.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/location/maps/qgeoserviceprovider.cpp b/src/location/maps/qgeoserviceprovider.cpp
index 25784421..dcfe326c 100644
--- a/src/location/maps/qgeoserviceprovider.cpp
+++ b/src/location/maps/qgeoserviceprovider.cpp
@@ -103,8 +103,13 @@ Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
Subclasses of QGeoServiceProvider guarantee that the different services
that they provide are interoperable.
- At this point only the Nokia Services plugin is packaged with Qt,
- which is accessible using the provider name "nokia".
+ At this point there are two GeoServices plugins packaged with Qt. They are
+ accessible using their provider names:
+
+ \list
+ \li "osm" -> \l {Qt Location Open Street Map Plugin}{OpenStreetMap}
+ \li "nokia" -> \l {Qt Location Nokia Plugin}{Nokia Services}
+ \endlist
*/
/*!