diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/HelperAlias.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/HelperAlias.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/HelperAlias.qml b/tests/auto/declarative/qmllanguage/data/HelperAlias.qml deleted file mode 100644 index dc3b382..0000000 --- a/tests/auto/declarative/qmllanguage/data/HelperAlias.qml +++ /dev/null @@ -1,9 +0,0 @@ -import Test 1.0 -import Qt 4.6 - -QtObject { - property var child - child: QtObject { id: obj } - property alias objAlias: obj; -} - |