Replaced hard coded variables by type system variables in QtCore and QtGui.
This commit is contained in:
parent
8d8c4cf308
commit
151111bde2
2 changed files with 6 additions and 6 deletions
|
|
@ -562,7 +562,7 @@
|
|||
</conversion-rule>
|
||||
<conversion-rule class="native">
|
||||
Py_ssize_t bufferLen;
|
||||
char* %out = (char*) Shiboken::Buffer::getPointer(arg, &bufferLen);
|
||||
char* %out = (char*) Shiboken::Buffer::getPointer(%PYARG_1, &bufferLen);
|
||||
</conversion-rule>
|
||||
</modify-argument>
|
||||
<modify-argument index="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue