diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-13 13:57:35 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-13 13:57:35 (GMT) |
commit | 0dbbb137f432e99113ac513c542b4a8431b00b5d (patch) | |
tree | d62a62e26841c54019c765ead734b27c12a142b2 /doc | |
parent | 23267553627ac3c4cbcd918283bee8e665deeff9 (diff) | |
parent | de1e529da4a3a042205808cc27e28157c409653b (diff) | |
download | Qt-0dbbb137f432e99113ac513c542b4a8431b00b5d.zip Qt-0dbbb137f432e99113ac513c542b4a8431b00b5d.tar.gz Qt-0dbbb137f432e99113ac513c542b4a8431b00b5d.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qmlviews.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlviews.qdoc b/doc/src/declarative/qmlviews.qdoc index 53ce4b9..89caa90 100644 --- a/doc/src/declarative/qmlviews.qdoc +++ b/doc/src/declarative/qmlviews.qdoc @@ -59,7 +59,7 @@ Views display \l{qml-data-models}{models} onto the screen. A model could be a si To assign a model to a view, bind the view's \c model property to a model. \snippet doc/src/snippets/declarative/listview.qml model -\snippet doc/src/snippets/declarative/listview.qml model +\snippet doc/src/snippets/declarative/listview.qml view For more information, consult the \l {QML Data Models} article. |