diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-16 17:54:09 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-16 17:54:09 (GMT) |
commit | e91a42b7dfe9805e4025467f81af9ec713e0904b (patch) | |
tree | f96fa264a7974e0b18558ac4ee1d0ba8f0564358 /doc/src/declarative/propertybinding.qdoc | |
parent | 8f7bef6afecd53ed07e07618caad02066e5b2d05 (diff) | |
download | Qt-e91a42b7dfe9805e4025467f81af9ec713e0904b.zip Qt-e91a42b7dfe9805e4025467f81af9ec713e0904b.tar.gz Qt-e91a42b7dfe9805e4025467f81af9ec713e0904b.tar.bz2 |
Added a qdoc keyword
Diffstat (limited to 'doc/src/declarative/propertybinding.qdoc')
-rw-r--r-- | doc/src/declarative/propertybinding.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/propertybinding.qdoc b/doc/src/declarative/propertybinding.qdoc index 2bce0c5..22d14a8 100644 --- a/doc/src/declarative/propertybinding.qdoc +++ b/doc/src/declarative/propertybinding.qdoc @@ -204,8 +204,8 @@ The snippet code simply prints the name of the first state, \c FETCH. See the \l{list}{list type} documentation for more details about list properties and their available operations. +\keyword qml-grouped-properties \section2 Grouped Properties -\target dot properties In some cases properties form a logical group and use either the \e dot notation or \e group notation. |