diff options
Diffstat (limited to 'examples/declarative/animations/property-animation.qml')
-rw-r--r-- | examples/declarative/animations/property-animation.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/animations/property-animation.qml b/examples/declarative/animations/property-animation.qml index fd5eb3c..5afe8ef 100644 --- a/examples/declarative/animations/property-animation.qml +++ b/examples/declarative/animations/property-animation.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: window |