QGIS/python/core/auto_additions/qgseffectstack.py
2024-12-03 07:47:10 +00:00

7 lines
245 B
Python

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