aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml b/tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml
deleted file mode 100644
index cee2a88cf7..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.0
-import Test 1.0
-
-QtObject {
- property alias otherAlias: otherObject
-
- property variant other
- other: MyQmlObject {
- id: otherObject
- value: 10
- }
-}
-