diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-07-20 05:30:44 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-07-20 05:30:44 (GMT) |
commit | 8ce0234b9aa4093c86179f038bdbd281b72a829a (patch) | |
tree | 7daed15acfcab0399ee58a59c2be3cd05572a8a9 /src/declarative/extra | |
parent | 2d0e618db203d47bfe5bda50e9cf258a19e9745c (diff) | |
parent | 2e4684e1004c3e5be16fb4ef21d8b2400063b241 (diff) | |
download | Qt-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.cpp | 4 |
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); |