From c50f26a26f1e7ac22bd3ff08fe24a927c57e127b Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Thu, 30 Apr 2009 17:07:55 +1000 Subject: Doc. --- src/declarative/fx/qfxlistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12