summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-05 04:00:03 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-05 04:00:03 (GMT)
commitf062be7569804461dad94d5b80dc0b87298fd5eb (patch)
tree9268f72004a03f46957ee03a6cb111a1b1fb8c87 /doc
parent6089208e78bdcb0091c0ba0bc2fbd2a4fc0806de (diff)
downloadQt-f062be7569804461dad94d5b80dc0b87298fd5eb.zip
Qt-f062be7569804461dad94d5b80dc0b87298fd5eb.tar.gz
Qt-f062be7569804461dad94d5b80dc0b87298fd5eb.tar.bz2
Remove XML custom parser support
Diffstat (limited to 'doc')
-rw-r--r--doc/src/snippets/declarative/pathview/dummydata/MenuModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/pathview/dummydata/MenuModel.qml b/doc/src/snippets/declarative/pathview/dummydata/MenuModel.qml
index 5b973d7..44cdaf0 100644
--- a/doc/src/snippets/declarative/pathview/dummydata/MenuModel.qml
+++ b/doc/src/snippets/declarative/pathview/dummydata/MenuModel.qml
@@ -1,4 +1,4 @@
-ListModel2 {
+ListModel {
id: MenuModel
ListElement {
name: "Bill Jones"