diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-02 01:09:30 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-02 01:09:30 (GMT) |
commit | b19da8b1a46d1de3a1a13c150adbc316da3e12b6 (patch) | |
tree | f7f64932cac89e42ff16fceb622287b3469ceeeb /doc/src | |
parent | 0eb70ae512c68fed6caf6f9b4bc8675b90100acf (diff) | |
parent | f2cb650fd28d8bb67666de409f26807a2cf1d852 (diff) | |
download | Qt-b19da8b1a46d1de3a1a13c150adbc316da3e12b6.zip Qt-b19da8b1a46d1de3a1a13c150adbc316da3e12b6.tar.gz Qt-b19da8b1a46d1de3a1a13c150adbc316da3e12b6.tar.bz2 |
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src')
-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 { |