summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-16 00:03:56 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-16 00:03:56 (GMT)
commitfc2079629946879b7adef2bcd58aac6726588387 (patch)
treeb3abddbecfe4e2094a722a5e49bca1ca663e52bb /src/declarative/extra
parentd333d8a813460ae884e3d6a2d2def290cd5fea39 (diff)
downloadQt-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.cpp2
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.
*/