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

8 lines
360 B
Python

# The following has been generated automatically from src/core/annotations/qgssvgannotation.h
try:
QgsSvgAnnotation.create = staticmethod(QgsSvgAnnotation.create)
QgsSvgAnnotation.__overridden_methods__ = ['clone', 'writeXml', 'readXml', 'renderAnnotation']
QgsSvgAnnotation.__group__ = ['annotations']
except (NameError, AttributeError):
pass