summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-20 10:52:01 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-21 05:32:45 +0200
commit1c7061718828f26ac0424e6f3b17b04ddb4beaea (patch)
tree8d176ac8656058a07eec381d5e4650899d43eb9d /src/location/maps/qgeoserviceprovider.cpp
parentd586c9a22462b170b495aca0469462b4f9f5784f (diff)
downloadqtlocation-1c7061718828f26ac0424e6f3b17b04ddb4beaea.tar.gz
Fix up documentation.
- Fix snippet inclusion, incorrect path. - Remove duplicate code from docs, use snippets from examples instead. - Fix broken links. - Missing C++ class in QML docs. - \bold -> \b - Fix qdoc warning about \qmlslot and \qmlmethod. - These slots don't need to be slots, change them to Q_INVOKABLES and document them as \qmlmethod. - Remove unneeded signal documentation, it is covered by the property documentation. Change-Id: I19aa35d7db999057f7e647bd61371332ab26170f Reviewed-by: Ian Chen <ian.1.chen@nokia.com>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.cpp')
-rw-r--r--src/location/maps/qgeoserviceprovider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoserviceprovider.cpp b/src/location/maps/qgeoserviceprovider.cpp
index 8ba18154..d8efea3a 100644
--- a/src/location/maps/qgeoserviceprovider.cpp
+++ b/src/location/maps/qgeoserviceprovider.cpp
@@ -508,7 +508,7 @@ QString QGeoServiceProvider::errorString() const
Sets whether experimental plugins are considered when locating the
correct plugin library for this service provider to \a allow.
- \bold{Important:} this will destroy any existing managers held by this
+ \b {Important:} this will destroy any existing managers held by this
service provider instance. You should be sure not to attempt to use any
pointers that you have previously retrieved after calling this method.
*/
@@ -523,7 +523,7 @@ void QGeoServiceProvider::setAllowExperimental(bool allow)
Sets the parameters used to construct individual manager classes for
this service provider to \a parameters.
- \bold{Important:} this will destroy any existing managers held by this
+ \b {Important:} this will destroy any existing managers held by this
service provider instance. You should be sure not to attempt to use any
pointers that you have previously retrieved after calling this method.
*/