aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmltypememory/main.qml')
-rw-r--r--tests/manual/qmltypememory/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/qmltypememory/main.qml b/tests/manual/qmltypememory/main.qml
index 7bc9006aec..fa78381601 100644
--- a/tests/manual/qmltypememory/main.qml
+++ b/tests/manual/qmltypememory/main.qml
@@ -51,4 +51,5 @@ QtObject {
property TestType tt //No object, although it should be properly parented if there were one
property TestTypeCpp tt2 //No object, although it should be properly parented if there were one
property TestTypePlugin tt3
+ property Item it
}