aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Vanhauwaert <bart.vanhauwaert@grafitroniks.fr>2017-07-15 22:18:57 +0200
committerBart Vanhauwaert <bart.vanhauwaert@grafitroniks.fr>2017-07-15 22:18:57 +0200
commit43dbe0d293321dec648686f813f4594b86328061 (patch)
treea418ba3b55dc290aa25c52b747cacc79f9c767bb
parentBuild both debug and release of the bindings (diff)
downloadqtscriptgenerator-master.tar.xz
qtscriptgenerator-master.zip
Patch up removed bool* arguments for QLocalServer and QTcpServerHEADmaster
-rw-r--r--generator/typesystem_network.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/generator/typesystem_network.xml b/generator/typesystem_network.xml
index 1cf04fd..840f3b4 100644
--- a/generator/typesystem_network.xml
+++ b/generator/typesystem_network.xml
@@ -80,6 +80,9 @@
<modify-function signature="waitForNewConnection(int,bool*)">
<modify-argument index="2">
<remove-argument/>
+ <conversion-rule class="native">
+ <insert-template name="core.prepare_removed_bool*_argument"/>
+ </conversion-rule>
</modify-argument>
</modify-function>
</object-type>
@@ -97,6 +100,9 @@
<modify-function signature="waitForNewConnection(int,bool*)">
<modify-argument index="2">
<remove-argument/>
+ <conversion-rule class="native">
+ <insert-template name="core.prepare_removed_bool*_argument"/>
+ </conversion-rule>
</modify-argument>
</modify-function>
</object-type>