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

8 lines
315 B
Python

# The following has been generated automatically from src/core/qgspluginlayer.h
try:
QgsPluginLayer.__virtual_methods__ = ['icon']
QgsPluginLayer.__abstract_methods__ = ['clone']
QgsPluginLayer.__overridden_methods__ = ['clone', 'setExtent', 'dataProvider']
except (NameError, AttributeError):
pass