aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqml.cpp')
-rw-r--r--src/qml/qml/qqml.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqml.cpp b/src/qml/qml/qqml.cpp
index 5dd245f2a3..56a0595e0e 100644
--- a/src/qml/qml/qqml.cpp
+++ b/src/qml/qml/qqml.cpp
@@ -385,6 +385,8 @@ int QQmlPrivate::qmlregister(RegistrationType type, void *data)
type.qObjectApi,
type.instanceMetaObject,
type.typeId,
+ type.extensionObjectCreate,
+ type.extensionMetaObject,
QTypeRevision()
};