diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-03-10 11:31:15 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-03-10 14:35:44 +0100 |
| commit | dc818a2c2c4ee4481b8a05f03bef8b95dac31732 (patch) | |
| tree | c872a521b3c1365790242981c3c9dd24875147b5 /sources/pyside6 | |
| parent | 2160cefd634dbbe1b551f1bb3a3d163ef5440841 (diff) | |
Fix warning about QBuffer::setData() not being found for modification
Adapt to qtbase/817e47fbcde21ab54d353efd647685159cb437a9.
Change-Id: I066ee378b4b5cc6f3dc19a4d95a6e07a202d95b8
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/PySide6/QtCore/typesystem_core_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml index 8a90a3fa9..3b6365b5d 100644 --- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml +++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml @@ -2459,7 +2459,7 @@ </object-type> <object-type name="QBuffer"> <!-- ### setData(QByteArray) do the job --> - <modify-function signature="setData(const char*,int)" remove="all"/> + <modify-function signature="setData(const char*,qsizetype)" remove="all"/> <!-- Disambiguate from Qt3DRender/qbuffer.h --> <include file-name="QtCore/qbuffer.h" location="global"/> </object-type> |
