QGIS/python/core/auto_additions/qgseffectstack.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
365 B
Python

# The following has been generated automatically from src/core/effects/qgseffectstack.h
try:
QgsEffectStack.create = staticmethod(QgsEffectStack.create)
QgsEffectStack.__overridden_methods__ = ['type', 'clone', 'saveProperties', 'readProperties', 'properties', 'draw']
QgsEffectStack.__group__ = ['effects']
except (NameError, AttributeError):
pass