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