diff options
Diffstat (limited to 'examples/declarative/animation/animation.qml')
-rw-r--r-- | examples/declarative/animation/animation.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/animation/animation.qml b/examples/declarative/animation/animation.qml index 37e68d6..2ea6616 100644 --- a/examples/declarative/animation/animation.qml +++ b/examples/declarative/animation/animation.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Rect { width: 400 height: 200 |