diff options
Diffstat (limited to 'src/declarative/fx/qfxlistview.cpp')
-rw-r--r-- | src/declarative/fx/qfxlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp index 98fa606..9d076d0 100644 --- a/src/declarative/fx/qfxlistview.cpp +++ b/src/declarative/fx/qfxlistview.cpp @@ -795,7 +795,7 @@ void QFxListViewPrivate::fixupX() /*! \qmlclass ListView \inherits Flickable - \brief The ListView element provides a list view of items provided by a model. + \brief The ListView item provides a list view of items provided by a model. The model is typically provided by a QAbstractListModel "C++ model object", but can also be created directly in QML. The items are laid out vertically or horizontally and may be flicked to scroll. @@ -840,7 +840,7 @@ QFxListView::~QFxListView() The C++ model object must be a \l QAbstractItemModel subclass, a \l VisualModel, or a simple list. - Models can also be created directly in QML, using the \l ListModel element. + Models can also be created directly in QML, using a \l ListModel. */ QVariant QFxListView::model() const { |