summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-05-06 05:52:38 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-05-06 05:52:38 (GMT)
commitd0a56df355cebc60176c3f449c1aee7bafd5562b (patch)
treeb074f13bfb9f20d756e7cac00edf32e3520b6e2a /src/declarative/graphicsitems/qdeclarativelistview.cpp
parent3323eb86586240d8ddcde985d052478809a6bffb (diff)
downloadQt-d0a56df355cebc60176c3f449c1aee7bafd5562b.zip
Qt-d0a56df355cebc60176c3f449c1aee7bafd5562b.tar.gz
Qt-d0a56df355cebc60176c3f449c1aee7bafd5562b.tar.bz2
qdoc fixes
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativelistview.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativelistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativelistview.cpp b/src/declarative/graphicsitems/qdeclarativelistview.cpp
index 0811278..cff345e 100644
--- a/src/declarative/graphicsitems/qdeclarativelistview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativelistview.cpp
@@ -1488,7 +1488,7 @@ void QDeclarativeListView::setModel(const QVariant &model)
}
/*!
- \qmlproperty component ListView::delegate
+ \qmlproperty Component ListView::delegate
The delegate provides a template defining each item instantiated by the view.
The index is exposed as an accessible \c index property. Properties of the
@@ -1608,7 +1608,7 @@ int QDeclarativeListView::count() const
}
/*!
- \qmlproperty component ListView::highlight
+ \qmlproperty Component ListView::highlight
This property holds the component to use as the highlight.
An instance of the highlight component will be created for each list.