aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickloader/data/ActiveComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickloader/data/ActiveComponent.qml')
-rw-r--r--tests/auto/declarative/qquickloader/data/ActiveComponent.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/declarative/qquickloader/data/ActiveComponent.qml b/tests/auto/declarative/qquickloader/data/ActiveComponent.qml
deleted file mode 100644
index 24c6f7ad91..0000000000
--- a/tests/auto/declarative/qquickloader/data/ActiveComponent.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.0
-
-Item {
- id: behaviorCounter
- property int behaviorCount: 0
- property int canary: 0
-
- Behavior on canary {
- NumberAnimation { target: behaviorCounter; property: "behaviorCount"; to: (behaviorCounter.behaviorCount + 1); duration: 0 }
- }
-}