summaryrefslogtreecommitdiff
path: root/src/imports
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-26 07:53:28 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-26 08:17:34 +0000
commit29d5221f666aab83db010e7f4027e34804af020e (patch)
tree7725c570ecbe0f11e51c64dd1bf7d5c218a5e2bd /src/imports
parent3ca6b6c2ea271a8ba0719afd7e51b4d04fef4e4a (diff)
downloadqtlocation-29d5221f666aab83db010e7f4027e34804af020e.tar.gz
Rename Nokia to HERE plugin
This only addresses the documentation. The source code still has plenty of references. The plugin name remains "nokia" as it is part of the API. Change-Id: I0c10226ac418f3045157247b0ca6e7ff598087f7 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/location/qdeclarativegeoserviceprovider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeoserviceprovider.cpp b/src/imports/location/qdeclarativegeoserviceprovider.cpp
index 507ea207..02007694 100644
--- a/src/imports/location/qdeclarativegeoserviceprovider.cpp
+++ b/src/imports/location/qdeclarativegeoserviceprovider.cpp
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE
The following snippet shows a Plugin object being created with the
\l required and \l preferred properties set. This Plugin will attach to the
- first plugin found plugin that supports both mapping and geocoding, and will
+ first found plugin that supports both mapping and geocoding, and will
prefer plugins named "nokia" or "osm" to any others.
\code
@@ -756,7 +756,7 @@ bool QDeclarativeGeoServiceProviderRequirements::matches(const QGeoServiceProvid
\section2 Example Usage
- The following example shows an instantiation of the \l {Qt Location Nokia Plugin}{Nokia} plugin
+ The following example shows an instantiation of the \l {Qt Location HERE Plugin}{HERE} plugin
with a mapping API \e app_id and \e token pair specific to the application.
\code