diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-20 01:00:52 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-20 01:00:52 (GMT) |
commit | 3b4ef95d18631845d34e63186fdf76124443ac79 (patch) | |
tree | 37e69f8be02a77dc05bffb2109695852353c03c1 /src/declarative/extra | |
parent | 1dc2e92b4630a0c19d1d2bdf5a05cd18003c566a (diff) | |
download | Qt-3b4ef95d18631845d34e63186fdf76124443ac79.zip Qt-3b4ef95d18631845d34e63186fdf76124443ac79.tar.gz Qt-3b4ef95d18631845d34e63186fdf76124443ac79.tar.bz2 |
Add missing docs.
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); |