summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow/Loading.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/snow/Loading.qml')
-rw-r--r--examples/declarative/snow/Loading.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/declarative/snow/Loading.qml b/examples/declarative/snow/Loading.qml
deleted file mode 100644
index 238d9c7..0000000
--- a/examples/declarative/snow/Loading.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import Qt 4.6
-
-Image {
- id: loading; source: "pics/loading.png"; transformOrigin: Item.Center
- rotation: NumberAnimation {
- id: rotationAnimation; from: 0; to: 360; running: loading.visible == true; repeat: true; duration: 900
- }
-}