summaryrefslogtreecommitdiffstats
path: root/src/location/places/qplacecontactdetail.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-25 17:13:21 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-28 11:11:04 +0100
commitc59ffd95ad36b8307d1fa6ab97973781f7f23a69 (patch)
treee93d5a8b1ec59dc443fb54054cb2757b249f9737 /src/location/places/qplacecontactdetail.cpp
parent33e191469ddbe8fd20373512879baac373efa90a (diff)
Documentation fixes
Correct spelling of and links to QML value types and to properties of value types. Remove some documentation and snippets that are mostly outdated, and links to specific plugin providers. Silence some warnings. Task-number: QTBUG-96795 Change-Id: Ifba3ae8144e0d949f1c72a4ea230e7f84fa28bd4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/places/qplacecontactdetail.cpp')
-rw-r--r--src/location/places/qplacecontactdetail.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/location/places/qplacecontactdetail.cpp b/src/location/places/qplacecontactdetail.cpp
index 63425527..940b330b 100644
--- a/src/location/places/qplacecontactdetail.cpp
+++ b/src/location/places/qplacecontactdetail.cpp
@@ -94,8 +94,9 @@ types if necessary.
address.
The contactDetail provides a single detail on how one could contact a \l Place. The
- contactDetail consists of a \l label, which is a localized string describing the contact
- method, and a \l value representing the actual contact detail.
+ contactDetail consists of a \l {contactDetail::}{label}, which is a localized string
+ describing the contact method, and a \l {contactDetail::}{value} representing the actual
+ contact detail.
\section1 Examples
@@ -186,7 +187,7 @@ bool QPlaceContactDetail::isEqual(const QPlaceContactDetail &other) const noexce
*/
/*!
- \qmlproperty string QtLocation::ContactDetail::label
+ \qmlproperty string QtLocation::contactDetail::label
This property holds a label describing the contact detail.
@@ -214,7 +215,7 @@ void QPlaceContactDetail::setLabel(const QString &label)
}
/*!
- \qmlproperty string QtLocation::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.