QGIS/python/gui/auto_additions/qgsmaptooledit.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
598 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptooledit.h
try:
QgsMapToolEdit.defaultZValue = staticmethod(QgsMapToolEdit.defaultZValue)
QgsMapToolEdit.defaultMValue = staticmethod(QgsMapToolEdit.defaultMValue)
QgsMapToolEdit.digitizingStrokeColor = staticmethod(QgsMapToolEdit.digitizingStrokeColor)
QgsMapToolEdit.digitizingStrokeWidth = staticmethod(QgsMapToolEdit.digitizingStrokeWidth)
QgsMapToolEdit.digitizingFillColor = staticmethod(QgsMapToolEdit.digitizingFillColor)
QgsMapToolEdit.__group__ = ['maptools']
except NameError:
pass