summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpropertymap.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-19 13:23:57 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-19 13:23:57 (GMT)
commit7ca94f32c1a32ab96e4476388bea59d209dae4de (patch)
treecf5749283f0bd241c974dbbb1425c5085592c77c /src/declarative/util/qmlpropertymap.cpp
parent8c1dc03e611cea5bc942cbef0ca94c86efe91426 (diff)
downloadQt-7ca94f32c1a32ab96e4476388bea59d209dae4de.zip
Qt-7ca94f32c1a32ab96e4476388bea59d209dae4de.tar.gz
Qt-7ca94f32c1a32ab96e4476388bea59d209dae4de.tar.bz2
doc: Added "\since 4.7" to a bunch of declarative stuff.
Diffstat (limited to 'src/declarative/util/qmlpropertymap.cpp')
-rw-r--r--src/declarative/util/qmlpropertymap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlpropertymap.cpp b/src/declarative/util/qmlpropertymap.cpp
index ccbec6f..317896e 100644
--- a/src/declarative/util/qmlpropertymap.cpp
+++ b/src/declarative/util/qmlpropertymap.cpp
@@ -90,6 +90,7 @@ void QmlPropertyMapMetaObject::propertyWrite(int index)
/*!
\class QmlPropertyMap
+ \since 4.7
\brief The QmlPropertyMap class allows you to set key-value pairs that can be used in bindings.
QmlPropertyMap provides a convenient way to expose domain data to the UI layer.