diff options
Diffstat (limited to 'examples/declarative/aspectratio/scale_to_fit.qml')
-rw-r--r-- | examples/declarative/aspectratio/scale_to_fit.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/aspectratio/scale_to_fit.qml b/examples/declarative/aspectratio/scale_to_fit.qml index eae4d16..724a36e 100644 --- a/examples/declarative/aspectratio/scale_to_fit.qml +++ b/examples/declarative/aspectratio/scale_to_fit.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Here, we implement "Scale to Fit" behaviour "manually", rather // than using the preserveAspect property. |