diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-16 00:03:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-16 00:03:56 (GMT) |
commit | fc2079629946879b7adef2bcd58aac6726588387 (patch) | |
tree | b3abddbecfe4e2094a722a5e49bca1ca663e52bb /src/declarative/extra | |
parent | d333d8a813460ae884e3d6a2d2def290cd5fea39 (diff) | |
download | Qt-fc2079629946879b7adef2bcd58aac6726588387.zip Qt-fc2079629946879b7adef2bcd58aac6726588387.tar.gz Qt-fc2079629946879b7adef2bcd58aac6726588387.tar.bz2 |
Fix doc typo.
Diffstat (limited to 'src/declarative/extra')
-rw-r--r-- | src/declarative/extra/qmlxmllistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.cpp b/src/declarative/extra/qmlxmllistmodel.cpp index 95c3de6..e154268 100644 --- a/src/declarative/extra/qmlxmllistmodel.cpp +++ b/src/declarative/extra/qmlxmllistmodel.cpp @@ -410,7 +410,7 @@ QmlXmlListModel::~QmlXmlListModel() } /*! - \qmlproperty list<XmlRole> QmlListModel::roles + \qmlproperty list<XmlRole> XmlListModel::roles The roles to make available for this model. */ |