diff options
Diffstat (limited to 'examples/declarative/namespaces/wrong1.qml')
-rw-r--r-- | examples/declarative/namespaces/wrong1.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/declarative/namespaces/wrong1.qml b/examples/declarative/namespaces/wrong1.qml new file mode 100644 index 0000000..721c45a --- /dev/null +++ b/examples/declarative/namespaces/wrong1.qml @@ -0,0 +1,4 @@ +<?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> |