aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml')
-rw-r--r--sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml b/sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml
index 616a5a782..f6402f7e8 100644
--- a/sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml
+++ b/sources/pyside2/PySide2/QtScxml/typesystem_scxml.xml
@@ -63,6 +63,15 @@
<object-type name="QScxmlDataModel" since="5.12">
<!-- Needs to have exports fixed -->
<interface-type name="ForeachLoopBody" since="5.12"/>
+ <modify-function signature="^evaluateTo(String|Bool|Variant)\(.*bool ?\*.*$">
+ <modify-argument index="2">
+ <remove-default-expression/>
+ <remove-argument/>
+ </modify-argument>
+ <inject-code class="target" position="beginning">
+ <insert-template name="fix_args,arg,bool*"/>
+ </inject-code>
+ </modify-function>
</object-type>
<object-type name="QScxmlEcmaScriptDataModel" since="5.12"/>
<value-type name="QScxmlError"/>