summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animations/data/number.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/animations/data/number.qml')
-rw-r--r--tests/auto/declarative/animations/data/number.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/declarative/animations/data/number.qml b/tests/auto/declarative/animations/data/number.qml
deleted file mode 100644
index bde1168..0000000
--- a/tests/auto/declarative/animations/data/number.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import Qt 4.6
-
-Rect {
- width: 240
- height: 320
- Rect {
- color: "red"
- width: 50; height: 50
- x: 100; y: 100
- x: PropertyAnimation { from: 0; to: 200; duration: 1000; running: true }
- }
-}