diff options
Diffstat (limited to 'examples/declarative/modules/remote-zipped.qml')
-rw-r--r-- | examples/declarative/modules/remote-zipped.qml | 6 |
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 { ... } -} |