summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modules/remote-zipped.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modules/remote-zipped.qml')
-rw-r--r--examples/declarative/modules/remote-zipped.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/declarative/modules/remote-zipped.qml b/examples/declarative/modules/remote-zipped.qml
deleted file mode 100644
index d325b65..0000000
--- a/examples/declarative/modules/remote-zipped.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import Qt 4.6
-
-import "http://qml.nokia.com/Clock.zip"
-Item {
- Clock { ... }
-}