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

7 lines
309 B
Python

# The following has been generated automatically from src/core/painting/qgsgeometrypaintdevice.h
try:
QgsGeometryPaintDevice.painterPathToGeometry = staticmethod(QgsGeometryPaintDevice.painterPathToGeometry)
QgsGeometryPaintDevice.__group__ = ['painting']
except (NameError, AttributeError):
pass