Updated QtXmlPattern's type system.
This commit is contained in:
parent
dda8cdc8fc
commit
d01a8a8f6e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
|||
<define-ownership owner="target"/>
|
||||
</modify-argument>
|
||||
<inject-code>
|
||||
%PYARG_0 = %CONVERTTOPYTHON[QXmlSchema*](new QXmlSchema(%CPPSELF.schema()));
|
||||
QXmlSchema* %0 = new QXmlSchema(%CPPSELF.schema());
|
||||
%PYARG_0 = %CONVERTTOPYTHON[QXmlSchema*](%0);
|
||||
</inject-code>
|
||||
</modify-function>
|
||||
</object-type>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue