diff options
Diffstat (limited to 'examples/declarative/namespaces/wrong1.qml')
-rw-r--r-- | examples/declarative/namespaces/wrong1.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/declarative/namespaces/wrong1.qml b/examples/declarative/namespaces/wrong1.qml deleted file mode 100644 index 721c45a..0000000 --- a/examples/declarative/namespaces/wrong1.qml +++ /dev/null @@ -1,4 +0,0 @@ -<?qtfx namespacepath:http://nokia.com/qml=lib ?> -<Rect id="obj" width="100" height="100" xmlns:w="http://nokia.com/qml/Wrong" color="white"> - <w:Wrong/> -</Rect> |