diff options
Diffstat (limited to 'examples/declarative/snow/ImageBatch.qml')
-rw-r--r-- | examples/declarative/snow/ImageBatch.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/snow/ImageBatch.qml b/examples/declarative/snow/ImageBatch.qml index 4c65605..77bacab 100644 --- a/examples/declarative/snow/ImageBatch.qml +++ b/examples/declarative/snow/ImageBatch.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + GridView { id: MyGrid property int offset: 0 |