diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-30 22:37:42 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-30 22:37:42 (GMT) |
commit | 5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13 (patch) | |
tree | adc999914ea5a02eebbe4e3011062003f6787061 /doc | |
parent | 81542982a9b7f4d55707ec6abfd26f5046871f88 (diff) | |
download | Qt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.zip Qt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.tar.gz Qt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.tar.bz2 |
doc fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qmlmodels.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc index a14345b..2dc24fe 100644 --- a/doc/src/declarative/qmlmodels.qdoc +++ b/doc/src/declarative/qmlmodels.qdoc @@ -101,7 +101,7 @@ ListModel { \endcode The above model has two roles, \e name and \e cost. These can be bound -bound to by a ListView delegate, for example: +to by a ListView delegate, for example: \code Component { |