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

7 lines
298 B
Python

# The following has been generated automatically from src/core/qgsrendercontext.h
try:
QgsRenderContext.fromMapSettings = staticmethod(QgsRenderContext.fromMapSettings)
QgsRenderContext.fromQPainter = staticmethod(QgsRenderContext.fromQPainter)
except (NameError, AttributeError):
pass