QGIS/python/core/auto_additions/qgsvectortilelabeling.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
361 B
Python

# The following has been generated automatically from src/core/vectortile/qgsvectortilelabeling.h
try:
QgsVectorTileLabeling.__virtual_methods__ = ['resolveReferences']
QgsVectorTileLabeling.__abstract_methods__ = ['type', 'clone', 'writeXml', 'readXml']
QgsVectorTileLabeling.__group__ = ['vectortile']
except (NameError, AttributeError):
pass