summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlconnection/data/test-connection2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlconnection/data/test-connection2.qml')
-rw-r--r--tests/auto/declarative/qmlconnection/data/test-connection2.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/declarative/qmlconnection/data/test-connection2.qml b/tests/auto/declarative/qmlconnection/data/test-connection2.qml
deleted file mode 100644
index 65fe23a..0000000
--- a/tests/auto/declarative/qmlconnection/data/test-connection2.qml
+++ /dev/null
@@ -1,3 +0,0 @@
-import Qt 4.6
-
-Connection { id: connection; sender: connection; signal: "widthChanged()"; script: 1 == 1 }