summaryrefslogtreecommitdiffstats
path: root/doc/src/cpp-qml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/cpp-qml.qdoc')
-rw-r--r--doc/src/cpp-qml.qdoc23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/src/cpp-qml.qdoc b/doc/src/cpp-qml.qdoc
index 28bc6620..47b2175e 100644
--- a/doc/src/cpp-qml.qdoc
+++ b/doc/src/cpp-qml.qdoc
@@ -132,29 +132,6 @@ The following sets the properties of this object based on a QGeoAddress object f
\snippet snippets/cpp/cppqml.cpp Address set
-\section2 GeoRectangle - QGeoRectangle
-\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 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
-to get and set the \c circle property.
-The following gets the QGeoCircle representing this object from C++:
-\snippet snippets/cpp/cppqml.cpp GeoCircle get
-The following sets the properties of this object based on a QGeoCircle object from C++:
-\snippet snippets/cpp/cppqml.cpp GeoCircle set
-
\section2 Location - QGeoLocation
\target location
The \l {Location::location} {Location.location} property is used to provide an interface between C++ and QML code. First a pointer to a