mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
8 lines
361 B
Python
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
|