summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-04-30 07:07:55 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-04-30 07:07:55 (GMT)
commitc50f26a26f1e7ac22bd3ff08fe24a927c57e127b (patch)
tree27562e18461941947c72446ee90352f095c54b2f /src/declarative
parent0b5f394208d5aaf803e2100f2ffe12bdef44a7e8 (diff)
downloadQt-c50f26a26f1e7ac22bd3ff08fe24a927c57e127b.zip
Qt-c50f26a26f1e7ac22bd3ff08fe24a927c57e127b.tar.gz
Qt-c50f26a26f1e7ac22bd3ff08fe24a927c57e127b.tar.bz2
Doc.
Diffstat (limited to 'src/declarative')
-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 13e5b21..4a626f5 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -837,7 +837,7 @@ QFxListView::~QFxListView()
The model provides a set of data that is used to create the items for the view.
For large or dynamic datasets the model is usually provided by a C++ model object.
- The C++ model object must be a \l QListModelInterface subclass, a \l VisualModel,
+ The C++ model object must be a \l QAbstractItemModel subclass, a \l VisualModel,
or a simple list.
Models can also be created directly in XML, using the \l ListModel element.