summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp b/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
index ef30c5d9..6ea87435 100644
--- a/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
@@ -51,10 +51,10 @@
\brief The ContactDetails type holds contact details for a \l Place.
- The ContactDetails type is a map of \l {QtLocation5::ContactDetail}{ContactDetail} objects.
+ The ContactDetails type is a map of \l {QtLocation::ContactDetail}{ContactDetail} objects.
To access contact details in the map use the \l keys() method to get the list of keys stored in
the map and then use the \c {[]} operator to access the
- \l {QtLocation5::ContactDetail}{ContactDetail} items.
+ \l {QtLocation::ContactDetail}{ContactDetail} items.
The following keys are defined in the API. \l Plugin implementations are free to define
additional keys.
@@ -72,7 +72,7 @@
\section1 Examples
- The following example shows how to access all \l {QtLocation5::ContactDetail}{ContactDetails}
+ The following example shows how to access all \l {QtLocation::ContactDetail}{ContactDetails}
and print them to the console:
\snippet declarative/places.qml QtLocation import
@@ -161,7 +161,7 @@ QDeclarativeContactDetail::~QDeclarativeContactDetail()
}
/*!
- \qmlproperty QPlaceContactDetail QtLocation5::ContactDetail::contactDetail
+ \qmlproperty QPlaceContactDetail QtLocation::ContactDetail::contactDetail
For details on how to use this property to interface between C++ and QML see
"\l {location-cpp-qml.html#contact_detail} {Interfaces between C++ and QML Code}".
@@ -183,7 +183,7 @@ QPlaceContactDetail QDeclarativeContactDetail::contactDetail() const
}
/*!
- \qmlproperty string QtLocation5::ContactDetail::label
+ \qmlproperty string QtLocation::ContactDetail::label
This property holds a label describing the contact detail.
@@ -205,7 +205,7 @@ void QDeclarativeContactDetail::setLabel(const QString &label)
}
/*!
- \qmlproperty string QtLocation5::ContactDetail::value
+ \qmlproperty string QtLocation::ContactDetail::value
This property holds the value of the contact detail which may be a phone number, an email
address, a website url and so on.