diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-06-12 05:35:27 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-06-12 05:35:27 (GMT) |
commit | 87dff0ac19fc8af4c30fd7959723fbdb60eb3bdf (patch) | |
tree | d5160fd174446fb8df617114eb001f474efbfb40 /examples/declarative/xmldata | |
parent | 815df4da786a778517b1fac8435cc052d791ce92 (diff) | |
download | Qt-87dff0ac19fc8af4c30fd7959723fbdb60eb3bdf.zip Qt-87dff0ac19fc8af4c30fd7959723fbdb60eb3bdf.tar.gz Qt-87dff0ac19fc8af4c30fd7959723fbdb60eb3bdf.tar.bz2 |
Some XmlListModel cleanup.
Diffstat (limited to 'examples/declarative/xmldata')
-rw-r--r-- | examples/declarative/xmldata/daringfireball.qml | 1 | ||||
-rw-r--r-- | examples/declarative/xmldata/yahoonews.qml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/declarative/xmldata/daringfireball.qml b/examples/declarative/xmldata/daringfireball.qml index 3877adf..b14dfbf 100644 --- a/examples/declarative/xmldata/daringfireball.qml +++ b/examples/declarative/xmldata/daringfireball.qml @@ -19,7 +19,6 @@ Rect { Role { name: "content" query: "content/string()" - isCData: true } }, Component { diff --git a/examples/declarative/xmldata/yahoonews.qml b/examples/declarative/xmldata/yahoonews.qml index 206c85f..b465ef1 100644 --- a/examples/declarative/xmldata/yahoonews.qml +++ b/examples/declarative/xmldata/yahoonews.qml @@ -21,7 +21,6 @@ Rect { Role { name: "description" query: "description/string()" - isCData: true } }, Component { |