summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:49:36 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:49:36 (GMT)
commitea0284d0f4a3408d7c1219702214c263118ef52f (patch)
tree51225cdd4ce4eead0eb3824fa6ad3dfc6fd6fe89 /src/declarative/fx/qfxgridview.cpp
parentc1830b72bc64cca5d5110ce084b580022ac8d3a0 (diff)
downloadQt-ea0284d0f4a3408d7c1219702214c263118ef52f.zip
Qt-ea0284d0f4a3408d7c1219702214c263118ef52f.tar.gz
Qt-ea0284d0f4a3408d7c1219702214c263118ef52f.tar.bz2
doc
Diffstat (limited to 'src/declarative/fx/qfxgridview.cpp')
-rw-r--r--src/declarative/fx/qfxgridview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxgridview.cpp b/src/declarative/fx/qfxgridview.cpp
index b8acea2..8416234 100644
--- a/src/declarative/fx/qfxgridview.cpp
+++ b/src/declarative/fx/qfxgridview.cpp
@@ -647,7 +647,7 @@ void QFxGridViewPrivate::updateCurrent(int modelIndex)
/*!
\qmlclass GridView
\inherits Flickable
- \brief The GridView element provides a grid view of items provided by a model.
+ \brief The GridView item provides a grid 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.
@@ -706,7 +706,7 @@ QFxGridView::~QFxGridView()
The C++ model object must be a \l QListModelInterface subclass, a \l VisualModel,
or a simple list.
- Models can also be created directly in QML, using the \l ListModel element. For example:
+ Models can also be created directly in QML, using the \l ListModel object. For example:
\code
<ListModel id="contactModel">
<Contact>