summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-22 10:11:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 07:07:23 +0200
commitb9dbf6b5237769637abef5aab9ab9d8bffb5db41 (patch)
tree50f2b8a5f97fc17f7f73622503b6b54a4f64ed6f /doc
parentad14a4df005bfa989cbc0b90b3c21134277ef75a (diff)
downloadqtlocation-b9dbf6b5237769637abef5aab9ab9d8bffb5db41.tar.gz
Documentation fixes.
- Fix broken links. - Add missing documentation for Plugin::supports*() methods. - Remove references to PlaceRecommendationModel Change-Id: Id60292d1409fccf24ceded6829ae808a8335a03c Reviewed-by: Alex Wilson <alex.wilson@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/cpp-qml.qdoc13
-rw-r--r--doc/src/qtlocation.qdoc5
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/cpp-qml.qdoc b/doc/src/cpp-qml.qdoc
index 66045c8d..637221d5 100644
--- a/doc/src/cpp-qml.qdoc
+++ b/doc/src/cpp-qml.qdoc
@@ -145,18 +145,19 @@ The following sets the properties of this object based on a QGeoAddress object f
\section2 GeoRectangle - QGeoRectangle
-\target boundingbox
-The \l {GeoRectangle::box} {GeoRectangle.box} property is used to provide an interface between C++ and QML code. First a pointer to a
-GeoRectangle object must be obtained from C++, then use the \l {QObject::property()}{property()}
-and \l {QObject::setProperty()}{setProperty()} functions to get and set the \c box property.
-The following gets the QGeoRectangle representing this object from C++:
+\target georectangle
+The \l {GeoRectangle::rectangle}{GeoRectangle.rectangle} property is used to provide an interface
+between C++ and QML code. First a pointer to a GeoRectangle object must be obtained from C++, then
+use the \l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()}
+functions to get and set the \c rectangle property. The following gets the QGeoRectangle
+representing this object from C++:
\snippet snippets/cpp/cppqml.cpp GeoRectangle get
The following sets the properties of this object based on a QGeoRectangle object from C++:
\snippet snippets/cpp/cppqml.cpp GeoRectangle set
\section2 GeoCircle - QGeoCircle
-\target boundingcircle
+\target geocircle
The \l {GeoCircle::circle} {GeoCircle.circle} property is used to provide an interface between C++ and QML code. First a pointer to a
GeoCircle object must be obtained from C++, then use the
\l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()} functions
diff --git a/doc/src/qtlocation.qdoc b/doc/src/qtlocation.qdoc
index 3d08ef44..dc261861 100644
--- a/doc/src/qtlocation.qdoc
+++ b/doc/src/qtlocation.qdoc
@@ -182,9 +182,8 @@ directions).
\section1 New Since Qt4
-In Qt4 QtMobility provided some location functionality for positioning and Maps.
-The new Qt Location API has had an extensive reworking of \l {Map}s and
-now provides \l Places.
+In Qt4 QtMobility provided some location functionality for positioning and Maps. The new
+Qt Location API has had an extensive reworking of Maps and now provides the Places API.
New features of Qt Location includes
\list