diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-16 12:47:41 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-16 12:47:41 (GMT) |
commit | 554d74cb9007b6ab7cecbcaf99cba0a068d2b223 (patch) | |
tree | 0ce92eb7bb38c2a47a97162d32b8218d021a33df /doc/src/declarative/qmlintro.qdoc | |
parent | f6bced6b022573bdbe972ee43d17839ebe0b3dcc (diff) | |
download | Qt-554d74cb9007b6ab7cecbcaf99cba0a068d2b223.zip Qt-554d74cb9007b6ab7cecbcaf99cba0a068d2b223.tar.gz Qt-554d74cb9007b6ab7cecbcaf99cba0a068d2b223.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src/declarative/qmlintro.qdoc')
-rw-r--r-- | doc/src/declarative/qmlintro.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlintro.qdoc b/doc/src/declarative/qmlintro.qdoc index 3891515..954f5a7 100644 --- a/doc/src/declarative/qmlintro.qdoc +++ b/doc/src/declarative/qmlintro.qdoc @@ -168,7 +168,7 @@ Properties begin with a lowercase letter (with the exception of \l{Attached Prop \section2 Property types -QML supports properties of many types (see \l{Common QML Types}). The basic types include int, +QML supports properties of many types (see \l{QML Basic Types}). The basic types include int, real, bool, string, color, and lists. \code |