summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/content/ModelView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/gallery/content/ModelView.qml')
-rw-r--r--examples/quick/controls/gallery/content/ModelView.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/quick/controls/gallery/content/ModelView.qml b/examples/quick/controls/gallery/content/ModelView.qml
index 1666b2c1..a5d07d15 100644
--- a/examples/quick/controls/gallery/content/ModelView.qml
+++ b/examples/quick/controls/gallery/content/ModelView.qml
@@ -40,7 +40,6 @@
import QtQuick 2.2
import QtQuick.Controls 1.2
-//import QtQuick.XmlListModel 2.1
Item {
id: root
@@ -49,16 +48,6 @@ Item {
anchors.fill: parent
anchors.margins: Qt.platform.os === "osx" ? 12 : 6
-// XmlListModel {
-// id: flickerModel
-// source: "http://api.flickr.com/services/feeds/photos_public.gne?format=rss2&tags=" + "Cat"
-// query: "/rss/channel/item"
-// namespaceDeclarations: "declare namespace media=\"http://search.yahoo.com/mrss/\";"
-// XmlRole { name: "title"; query: "title/string()" }
-// XmlRole { name: "imagesource"; query: "media:thumbnail/@url/string()" }
-// XmlRole { name: "credit"; query: "media:credit/string()" }
-// }
-
ListModel {
id: dummyModel
Component.onCompleted: {