summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-27 01:25:21 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-27 01:25:21 (GMT)
commit0d12a574ca3624ecfe62d4183e02e43f3bfb6509 (patch)
treef8a7913321059b8f47a90cb5f91e546e061af1a1 /src/declarative/fx/qfxlistview.cpp
parentbaeb25062194c9ddc36c4536662de46b6b09cd68 (diff)
downloadQt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.zip
Qt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.tar.gz
Qt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.tar.bz2
Repeater API updates.
Diffstat (limited to 'src/declarative/fx/qfxlistview.cpp')
-rw-r--r--src/declarative/fx/qfxlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp
index 048cb0f..b2c9a59 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -894,7 +894,7 @@ QFxListView::~QFxListView()
provided by a C++ model object. The C++ model object must be a \l
{QAbstractItemModel} subclass, a VisualModel, or a simple list.
- Models can also be created directly in QML, using a \l{ListModel}.
+ Models can also be created directly in QML, using a \l{ListModel} or \l{XmlListModel}.
*/
QVariant QFxListView::model() const
{