mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
9 lines
540 B
Python
9 lines
540 B
Python
# The following has been generated automatically from src/core/qgslayerdefinition.h
|
|
try:
|
|
QgsLayerDefinition.loadLayerDefinition = staticmethod(QgsLayerDefinition.loadLayerDefinition)
|
|
QgsLayerDefinition.exportLayerDefinition = staticmethod(QgsLayerDefinition.exportLayerDefinition)
|
|
QgsLayerDefinition.exportLayerDefinitionLayers = staticmethod(QgsLayerDefinition.exportLayerDefinitionLayers)
|
|
QgsLayerDefinition.loadLayerDefinitionLayers = staticmethod(QgsLayerDefinition.loadLayerDefinitionLayers)
|
|
except NameError:
|
|
pass
|