aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/chapter6-plugins/Charts/piechart.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-04-23 14:17:15 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-04-24 10:20:16 +0200
commitf34dcb84adf20e9f3428660636aa8d377d14fc3b (patch)
treee44f337979c036d2eb41e7e04b358a6b37bc8a56 /examples/declarative/extending/chapter6-plugins/Charts/piechart.py
parentc0674262fd7e859a8002e6e850b6ec0a4162b456 (diff)
shiboken6: Fix leaking tuples in introduceWrapperType()HEADdev
When calling introduceWrapperType(), the generated code creates and leaks a tuple of base types if there are base classes. When there are no base classes, a tuple (containing SbkObjectType) is created and leaked within introduceWrapperType(). To fix this, generate the complete tuple including SbkObjectType in the generated code and remove the base type parameter to introduceWrapperType(). Pick-to: 6.7 Task-number: PYSIDE-1617 Change-Id: Ib3bec8e6b94bea14a46df826667373d3f859dfd5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/declarative/extending/chapter6-plugins/Charts/piechart.py')
0 files changed, 0 insertions, 0 deletions