renamed template variable %SELF to %CPPSELF on type system for QtCore
This commit is contained in:
parent
fe0a66367f
commit
5b440adbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@
|
||||||
|
|
||||||
<add-function signature="__str__()" return-type="PyObject*">
|
<add-function signature="__str__()" return-type="PyObject*">
|
||||||
<inject-code class="target" position="beginning">
|
<inject-code class="target" position="beginning">
|
||||||
QByteArray utf8 = %SELF.toUtf8();
|
QByteArray utf8 = %CPPSELF.toUtf8();
|
||||||
%0 = PyUnicode_DecodeUTF8(utf8.data(), utf8.count(), 0);
|
%0 = PyUnicode_DecodeUTF8(utf8.data(), utf8.count(), 0);
|
||||||
</inject-code>
|
</inject-code>
|
||||||
</add-function>
|
</add-function>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue