aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-08-26 15:35:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-26 20:49:29 +0000
commit9ce07a8637b3f69307444aba9420a29415e28c6c (patch)
treed7f9f2b1d4ca54cd3112c0e2c9dd64055eb83285 /sources
parent2019564f782b6044e345605bb42265bbb6afe1ac (diff)
PySide6: Properly reject GL(u)int64 getters
Rejection works before resolving typedefs. Task-number: PYSIDE-1646 Change-Id: Ice7ed94e4e0aa21783171bb3fe99ed49907f7ccf Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 5557b5df397265a29e406926cf6dd1a4bda561b7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
index b01967c54..4a408363a 100644
--- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
@@ -104,8 +104,7 @@
<rejection class="^QOpenGL.*$" argument-type="^(const )?char ?\*\*$"/>
<rejection class="^QOpenGL.*$" argument-type="GLintptr"/>
<rejection class="^QOpenGL.*$" argument-type="GLsizeiptr"/>
- <rejection class="^QOpenGL.*$" argument-type="int64_t*"/>
- <rejection class="^QOpenGL.*$" argument-type="int32_t*"/>
+ <rejection class="^QOpenGL.*$" argument-type="^GLu?int64 ?\*$"/>
<rejection class="^QOpenGL.*$" argument-type="GLsync"/>
<rejection class="^QOpenGL.*$" argument-type="^GLubyte( const)?\*$"/>
<rejection class="^QOpenGL.*$" argument-type="^(const )?QMatrix.x. ?\*$"/>