From 0477a057fd02050fd330760bf046f5e0e91a9331 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 16 Jun 2018 11:40:05 +0200 Subject: Move xmllistmodel to xmlpatterns Latest changes moved to xmlpatterns: e08f9393acc6417598f328d7f4b7b082c5d57afa Change-Id: I7e3054a3f0f11833053746294e3b2b958047394d Reviewed-by: Venugopal Shivashankar Reviewed-by: Frederik Gladhorn --- tests/auto/quick/qquickxmllistmodel/data/recipes.qml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/auto/quick/qquickxmllistmodel/data/recipes.qml (limited to 'tests/auto/quick/qquickxmllistmodel/data/recipes.qml') diff --git a/tests/auto/quick/qquickxmllistmodel/data/recipes.qml b/tests/auto/quick/qquickxmllistmodel/data/recipes.qml deleted file mode 100644 index dc609e95e3..0000000000 --- a/tests/auto/quick/qquickxmllistmodel/data/recipes.qml +++ /dev/null @@ -1,11 +0,0 @@ -import QtQuick 2.0 -import QtQuick.XmlListModel 2.0 - -XmlListModel { - source: "recipes.xml" - query: "/recipes/recipe" - XmlRole { name: "title"; query: "@title/string()" } - XmlRole { name: "picture"; query: "picture/string()" } - XmlRole { name: "ingredients"; query: "ingredients/string()" } - XmlRole { name: "preparation"; query: "method/string()" } -} -- cgit v1.2.3