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

8 lines
337 B
Python

# The following has been generated automatically from src/core/geometry/qgslinestring.h
try:
QgsLineString.fromBezierCurve = staticmethod(QgsLineString.fromBezierCurve)
QgsLineString.fromQPolygonF = staticmethod(QgsLineString.fromQPolygonF)
QgsLineString.__group__ = ['geometry']
except (NameError, AttributeError):
pass