mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
8 lines
387 B
Python
8 lines
387 B
Python
# The following has been generated automatically from src/core/painting/qgsgeometrypaintdevice.h
|
|
try:
|
|
QgsGeometryPaintDevice.painterPathToGeometry = staticmethod(QgsGeometryPaintDevice.painterPathToGeometry)
|
|
QgsGeometryPaintDevice.__overridden_methods__ = ['paintEngine', 'metric']
|
|
QgsGeometryPaintDevice.__group__ = ['painting']
|
|
except (NameError, AttributeError):
|
|
pass
|