aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtQml
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-03-29 13:38:10 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-19 20:19:27 +0000
commitad69024a695a459e2953f477d90a64004c818ff5 (patch)
tree4c1f9e5b087cba98cc442ddff2789093f5eaffab /sources/pyside2/PySide2/QtQml
parent67d6c85a9dc17fe68ab399e14da73d10a1f9a351 (diff)
Remove white spaces from signature label in XMLs
Change-Id: I2d41bb92335bcbd2300da29b793ce0529e57960a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2/QtQml')
-rw-r--r--sources/pyside2/PySide2/QtQml/typesystem_qml.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside2/PySide2/QtQml/typesystem_qml.xml b/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
index 54431a3af..385383fcc 100644
--- a/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
+++ b/sources/pyside2/PySide2/QtQml/typesystem_qml.xml
@@ -54,7 +54,7 @@
in generator tests folder. -->
</primitive-type>
- <add-function signature="qmlRegisterType(PyTypeObject, const char*, int, int, const char*)" return-type="int">
+ <add-function signature="qmlRegisterType(PyTypeObject,const char*,int,int,const char*)" return-type="int">
<inject-documentation format="target" mode="append">
This function registers the Python type in the QML system with the name qmlName, in the library imported from uri having the version number composed from versionMajor and versionMinor.
Returns the QML type id.
@@ -123,7 +123,7 @@
<enum-type name="ObjectOwnership" />
</object-type>
<object-type name="QQmlExpression">
- <modify-function signature="evaluate(bool *)" allow-thread="yes">
+ <modify-function signature="evaluate(bool*)" allow-thread="yes">
<modify-argument index="1">
<remove-argument />
</modify-argument>
@@ -181,7 +181,7 @@
<object-type name="QQmlPropertyMap" />
<object-type name="QQmlPropertyValueSource" />
<value-type name="QQmlScriptString">
- <modify-function signature="numberLiteral(bool *) const" allow-thread="yes">
+ <modify-function signature="numberLiteral(bool*)const" allow-thread="yes">
<modify-argument index="1">
<remove-argument />
</modify-argument>
@@ -192,7 +192,7 @@
<insert-template name="fix_bool*"/>
</inject-code>
</modify-function>
- <modify-function signature="booleanLiteral(bool *) const" allow-thread="yes">
+ <modify-function signature="booleanLiteral(bool*)const" allow-thread="yes">
<modify-argument index="1">
<remove-argument />
</modify-argument>