aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/registersingletontype.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtQml/registersingletontype.qml')
-rw-r--r--sources/pyside6/tests/QtQml/registersingletontype.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/registersingletontype.qml b/sources/pyside6/tests/QtQml/registersingletontype.qml
index 4c45b198e..31ca7fe4d 100644
--- a/sources/pyside6/tests/QtQml/registersingletontype.qml
+++ b/sources/pyside6/tests/QtQml/registersingletontype.qml
@@ -9,6 +9,6 @@ Item {
SingletonQObjectCallback.data += SingletonQObjectNoCallback.data
+ SingletonQJSValue.data
+ SingletonInstance.data
- + DecoratedSingletonQObject.data;
+ + DecoratedSingletonQObject.data + DecoratedSingletonWithCreate.data;
}
}