summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlinfo/data/NestedObject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlinfo/data/NestedObject.qml')
-rw-r--r--tests/auto/declarative/qmlinfo/data/NestedObject.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlinfo/data/NestedObject.qml b/tests/auto/declarative/qmlinfo/data/NestedObject.qml
index ac96d20..cd5b426 100644
--- a/tests/auto/declarative/qmlinfo/data/NestedObject.qml
+++ b/tests/auto/declarative/qmlinfo/data/NestedObject.qml
@@ -1,8 +1,8 @@
import Qt 4.6
-Object {
+QtObject {
property var nested
- nested: Object {}
+ nested: QtObject {}
}