summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplaceattribute.cpp')
-rw-r--r--src/location/places/qplaceattribute.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/location/places/qplaceattribute.cpp b/src/location/places/qplaceattribute.cpp
index 3c4aabda..6aea68eb 100644
--- a/src/location/places/qplaceattribute.cpp
+++ b/src/location/places/qplaceattribute.cpp
@@ -199,9 +199,10 @@ bool QPlaceAttributePrivate::isEmpty() const
A place attribute stores an additional piece of information about a \l Place that is not
otherwise exposed through the \l Place type. A placeAttribute is a textual piece of data,
- accessible through the \l text property, and a \l label. Both the \l text and \l label
- properties are intended to be displayed to the user. placeAttributes are stored in an
- \l ExtendedAttributes map with a unique key.
+ accessible through the \l {placeAttribute::}{text} property, and a \l {placeAttribute::}{label}.
+ Both the l {placeAttribute::}{text} and \l {placeAttribute::}{label} properties are intended
+ to be displayed to the user. placeAttributes are stored in an \l ExtendedAttributes map with
+ a unique key.
The following example shows how to display all attributes in a list: