aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-05-13 09:47:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-05-13 12:40:36 +0200
commit78a7c7d5728ac0ce8f549ea2d0f48323432aa2f3 (patch)
tree291624b8d42e1dd0edf650546d9acf207b6ad301
parent0b5f6093ae15912544444af98b9fb552e7dcfefa (diff)
Documentation: Add more doc file hints for QML functions
Complements ad5eb64daaaa1b927bcbf9e568738f417fef845f. Pick-to: 6.7 Task-number: PYSIDE-1106 Change-Id: I0ae554db3be02d6160e7e00af46f21ff0a34cca8 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--sources/pyside6/PySide6/QtQml/typesystem_qml.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/sources/pyside6/PySide6/QtQml/typesystem_qml.xml b/sources/pyside6/PySide6/QtQml/typesystem_qml.xml
index 6a739bbdf..3392ef379 100644
--- a/sources/pyside6/PySide6/QtQml/typesystem_qml.xml
+++ b/sources/pyside6/PySide6/QtQml/typesystem_qml.xml
@@ -124,9 +124,12 @@
<function signature="qmlProtectModule(const char*,int)" doc-file="qqmlengine"/>
<function signature="qmlRegisterModule(const char*,int,int)" doc-file="qqmlengine"/>
<function signature="qmlTypeId(const char*,int,int,const char*)" doc-file="qqmlengine"/>
- <function signature="qmlRegisterType(const QUrl &amp;,const char *,int,int,const char *)"/>
- <function signature="qmlRegisterSingletonType(const QUrl &amp;,const char *,int,int,const char *)"/>
- <function signature="qmlRegisterUncreatableMetaObject(const QMetaObject&amp;,const char*,int,int, const char*,const QString&amp;)"/>
+ <function signature="qmlRegisterType(const QUrl &amp;,const char *,int,int,const char *)"
+ doc-file="qqmlengine"/>
+ <function signature="qmlRegisterSingletonType(const QUrl &amp;,const char *,int,int,const char *)"
+ doc-file="qqmlengine"/>
+ <function signature="qmlRegisterUncreatableMetaObject(const QMetaObject&amp;,const char*,int,int, const char*,const QString&amp;)"
+ doc-file="qqmlengine"/>
<enum-type identified-by-value="QML_HAS_ATTACHED_PROPERTIES">
<extra-includes>