QGIS/python/core/auto_additions/qgstextannotation.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/annotations/qgstextannotation.h
try:
QgsTextAnnotation.create = staticmethod(QgsTextAnnotation.create)
QgsTextAnnotation.__overridden_methods__ = ['clone', 'writeXml', 'readXml', 'renderAnnotation']
QgsTextAnnotation.__group__ = ['annotations']
except (NameError, AttributeError):
pass