aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-29 14:27:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-30 16:57:07 +0200
commit63462f2c1bc49663dbe9bbfe786f9345c5d3f76b (patch)
tree2a304edc5d1ddf674b207743da1f01e38089b3e9 /sources/pyside2
parent3eea22494846e31589555d1f9d38ba2600327e85 (diff)
shiboken2: Do not strip arguments of unknown types of virtual functions
shiboken2 would strip arguments of unknown types with default values off the function as a convenience. This should not happen for virtual functions since the wrapper will then generate an invalid override functions (happens in Qt 6 for virtual QSGTextureWrapper::removedFromAtlas(QRhiResourceUpdateBatch *) since QRhiResourceUpdateBatch is currently still private). Task-number: PYSIDE-904 Change-Id: I0216e8329820dcda4556e1b685333005db0cf58c Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2')
0 files changed, 0 insertions, 0 deletions