summaryrefslogtreecommitdiff
path: root/src/location/places
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-08-24 15:12:41 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-28 09:00:19 +0200
commit7dd46f8c96a4bdaca2809ff97b773f358392516f (patch)
tree61f15a48c0e67af363bd524fda5af52fbea79fed /src/location/places
parentdac48f0417f818ef4e1ef8ba81be64def5154067 (diff)
downloadqtlocation-7dd46f8c96a4bdaca2809ff97b773f358392516f.tar.gz
Document how support for attributes may vary according to plugin
Change-Id: Ie0900821daabb7c6fbcc24550fb7dae7fb773710 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places')
-rw-r--r--src/location/places/qplaceattribute.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/location/places/qplaceattribute.cpp b/src/location/places/qplaceattribute.cpp
index a1fdf89f..1c4f51d4 100644
--- a/src/location/places/qplaceattribute.cpp
+++ b/src/location/places/qplaceattribute.cpp
@@ -83,6 +83,14 @@ bool QPlaceAttributePrivate::isEmpty() const
localized label which describes the attribute and rich text string representing the attribute's value.
Generally, both are intended to be displayed to the end-user as is.
+ Some plugins may not support attributes at all, others may only support a
+ certain set, others still may support a dynamically changing set of attributes
+ over time or even allow attributes to be arbitrarily defined by the client
+ application. The attributes could also vary on a place by place basis,
+ for example one place may have opening hours while another does not.
+ Consult the \l {Plugin References and Parameters}{plugin
+ references} for details.
+
\section2 Attribute Types
The QPlaceAttribute class defines some constant strings which characterize standard \e {attribute types}.
\list