summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-03 13:47:00 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-06 17:41:58 +0200
commita3c4353e1b822e6829b5ce1f558ed5de4f4b438b (patch)
treee6401dba4399bf4486907882a1eb2cfe0840c6b1 /examples
parent04eb6c52975eb4536dea1c2a567984b20a65182f (diff)
downloadqtquickcontrols-a3c4353e1b822e6829b5ce1f558ed5de4f4b438b.tar.gz
gallery: cleanup old code commented out
Change-Id: I314be395ba82b89f89d6b84702e17f3adcabf1b1 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-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: {