summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-07-20 05:30:44 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-07-20 05:30:44 (GMT)
commit8ce0234b9aa4093c86179f038bdbd281b72a829a (patch)
tree7daed15acfcab0399ee58a59c2be3cd05572a8a9 /src/declarative/extra
parent2d0e618db203d47bfe5bda50e9cf258a19e9745c (diff)
parent2e4684e1004c3e5be16fb4ef21d8b2400063b241 (diff)
downloadQt-8ce0234b9aa4093c86179f038bdbd281b72a829a.zip
Qt-8ce0234b9aa4093c86179f038bdbd281b72a829a.tar.gz
Qt-8ce0234b9aa4093c86179f038bdbd281b72a829a.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/extra')
-rw-r--r--src/declarative/extra/qmlxmllistmodel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.cpp b/src/declarative/extra/qmlxmllistmodel.cpp
index 7f0029d..91ad538 100644
--- a/src/declarative/extra/qmlxmllistmodel.cpp
+++ b/src/declarative/extra/qmlxmllistmodel.cpp
@@ -432,6 +432,10 @@ QHash<int,QVariant> QmlXmlListModel::data(int index, const QList<int> &roles) co
return rv;
}
+/*!
+ \qmlproperty int XmlListModel::count
+ The number of data entries in the model.
+*/
int QmlXmlListModel::count() const
{
Q_D(const QmlXmlListModel);