aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml b/tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml
deleted file mode 100644
index d2da64d263..0000000000
--- a/tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- objectName: "blue"
- width: 100
- height: 100
- color: "blue"
-}