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

9 lines
468 B
Python

# The following has been generated automatically from src/core/qgslayernotesutils.h
try:
QgsLayerNotesUtils.layerNotes = staticmethod(QgsLayerNotesUtils.layerNotes)
QgsLayerNotesUtils.setLayerNotes = staticmethod(QgsLayerNotesUtils.setLayerNotes)
QgsLayerNotesUtils.layerHasNotes = staticmethod(QgsLayerNotesUtils.layerHasNotes)
QgsLayerNotesUtils.removeNotes = staticmethod(QgsLayerNotesUtils.removeNotes)
except (NameError, AttributeError):
pass