summaryrefslogtreecommitdiff
path: root/src/location/doc/src/cpp-qml.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-03 10:09:25 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-03 12:23:16 +0000
commit8e5a06a5548ec50be419df60650a32e136010816 (patch)
tree4a664112b7b2461e14f24bb6699e55020677108f /src/location/doc/src/cpp-qml.qdoc
parented1970e343ecfb6c8127e74147e9adf83deaed5f (diff)
downloadqtlocation-8e5a06a5548ec50be419df60650a32e136010816.tar.gz
Fix duplicated link targets
The c++ to QML interaction document exists twice. Once for QtLocation and a second time for QtPositioning. Although the content is different the page title was same which created broken links. The very same pages also created hard links with \target which were named the same way the QML type was named. This created clashing link targets. Change-Id: Ie186217b11a606562a640b1e242fd73d8922327b Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/location/doc/src/cpp-qml.qdoc')
-rw-r--r--src/location/doc/src/cpp-qml.qdoc10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/location/doc/src/cpp-qml.qdoc b/src/location/doc/src/cpp-qml.qdoc
index ce6f1375..f20e1479 100644
--- a/src/location/doc/src/cpp-qml.qdoc
+++ b/src/location/doc/src/cpp-qml.qdoc
@@ -27,12 +27,11 @@
/*!
\page location-cpp-qml.html
-\title Interfaces between C++ and QML Code in Qt Positioning
+\title Interfaces between C++ and QML Code in Qt Location
\brief Some of the location QML types providing interfaces to access and modify properties in C++.
\section2 Category - QPlaceCategory
-\target category
The \l {Category::category} {Category.category} property is used to provide an interface between C++ and QML code. First a pointer to a
Category 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 category property.
@@ -43,7 +42,6 @@ The following sets the properties of this object based on a QPlaceCategory objec
\section2 ContactDetail - QDeclarativeContactDetail
-\target contact_detail
The \l {ContactDetail::contactDetail} {ContactDetail.contactDetail} property is used to provide an interface between C++ and QML code. First a pointer to a ContactDetail 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 contactDetail property.
@@ -55,7 +53,6 @@ C++:
\section2 Place - QPlace
-\target place
The \l {Place::place} {Place.place} property is used to provide an interface between C++ and QML code. First a pointer to a Place 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 place property.
@@ -67,7 +64,6 @@ The following sets the properties of this object based on a QPlace object from C
\section2 PlaceAttribute - QPlaceAttribute
-\target placeattribute
The \l {PlaceAttribute::attribute} {PlaceAttribute.attribute} property is used to provide an interface between C++ and QML code. First a pointer to a
PlaceAttribute object must be obtained from C++, then use the
\l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()} functions
@@ -79,7 +75,6 @@ The following sets the properties of this object based on a QPlaceAttribute obje
\section2 Icon - QPlaceIcon
-\target placeicon
The \l {Icon::icon} {Icon.icon} property is used to provide an interface between C++ and QML code. First a pointer to a Icon 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 icon property.
The following gets the QPlaceIcon representing this object from C++:
@@ -89,7 +84,6 @@ The following sets the properties of this object based on a QPlaceIcon object fr
\section2 User - QPlaceUser
-\target placeuser
The \l {User::user} {User.user} property is used to provide an interface between C++ and QML code. First a pointer to a
User 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 user property.
@@ -100,7 +94,6 @@ The following sets the properties of this object based on a QPlaceUser object fr
\section2 Ratings - QPlaceRatings
-\target placeratings
The \l {Ratings::ratings} {Ratings.ratings} property is used to provide an interface between C++ and QML code. First a pointer to a
Ratings 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 ratings property.
@@ -111,7 +104,6 @@ The following sets the properties of this object based on a QPlaceRatings object
\section2 Supplier - QPlaceSupplier
-\target placesupplier
The \l {Supplier::supplier} {Supplier.supplier} property is used to provide an interface between C++ and QML code. First a pointer to a
Supplier 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 supplier property.