summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/snow')
-rw-r--r--examples/declarative/snow/ImageBatch.qml2
-rw-r--r--examples/declarative/snow/Loading.qml2
-rw-r--r--examples/declarative/snow/snow.qml2
3 files changed, 6 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
diff --git a/examples/declarative/snow/Loading.qml b/examples/declarative/snow/Loading.qml
index 0a8a51a..ff2c829 100644
--- a/examples/declarative/snow/Loading.qml
+++ b/examples/declarative/snow/Loading.qml
@@ -1,3 +1,5 @@
+import Qt 4.6
+
Image {
id: Loading; source: "pics/loading.png"; transformOrigin: "Center"
rotation: NumberAnimation {
diff --git a/examples/declarative/snow/snow.qml b/examples/declarative/snow/snow.qml
index f65e0ac..aaed619 100644
--- a/examples/declarative/snow/snow.qml
+++ b/examples/declarative/snow/snow.qml
@@ -1,3 +1,5 @@
+import Qt 4.6
+
Rect {
id: ImagePanel
width: 1024