diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-10 10:47:35 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-10 10:47:35 (GMT) |
commit | 69500fc302cd52033a058c601bdbad3a31ed2971 (patch) | |
tree | 8ebea6fcd33cf82c13c6e2d05d18957e44a94a5c /doc/src/declarative/propertybinding.qdoc | |
parent | fbb0ce3b88b86a40ea061dd35c5c2b35ba21732f (diff) | |
download | Qt-69500fc302cd52033a058c601bdbad3a31ed2971.zip Qt-69500fc302cd52033a058c601bdbad3a31ed2971.tar.gz Qt-69500fc302cd52033a058c601bdbad3a31ed2971.tar.bz2 |
Added keyword to the QML property binding documentation.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/propertybinding.qdoc')
-rw-r--r-- | doc/src/declarative/propertybinding.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/propertybinding.qdoc b/doc/src/declarative/propertybinding.qdoc index 00ff650..2bce0c5 100644 --- a/doc/src/declarative/propertybinding.qdoc +++ b/doc/src/declarative/propertybinding.qdoc @@ -112,6 +112,7 @@ will get an error. Certain properties bind to more complex types such as other elements and objects. +\keyword qml-basic-property-types \section2 Basic Property Types Basic types such as \l int, \l real, and other Qt structures may be bound to |