mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
9 lines
468 B
Python
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
|