diff options
Diffstat (limited to 'examples/declarative/modules/wrong-local-qualified.qml')
-rw-r--r-- | examples/declarative/modules/wrong-local-qualified.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/modules/wrong-local-qualified.qml b/examples/declarative/modules/wrong-local-qualified.qml index 92cbbf3..868bebf 100644 --- a/examples/declarative/modules/wrong-local-qualified.qml +++ b/examples/declarative/modules/wrong-local-qualified.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + import "local" as X // WRONG: if imported qualified, must qualify |