diff options
Diffstat (limited to 'src/declarative')
-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. */ |