aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtqml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/glue/qtqml.cpp')
-rw-r--r--sources/pyside6/PySide6/glue/qtqml.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/glue/qtqml.cpp b/sources/pyside6/PySide6/glue/qtqml.cpp
index a0a780a07..4a8d72ca4 100644
--- a/sources/pyside6/PySide6/glue/qtqml.cpp
+++ b/sources/pyside6/PySide6/glue/qtqml.cpp
@@ -73,7 +73,8 @@ int %0 = PySide::qmlRegisterType(%ARGUMENT_NAMES, false);
// @snippet qmlregisteruncreatabletype
// @snippet init
-PySide::initQmlSupport(module);
+initQtQmlListProperty(module);
+initQtQmlVolatileBool(module);
// @snippet init
// @snippet qjsengine-toscriptvalue