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

8 lines
412 B
Python

# The following has been generated automatically from src/gui/qgsnewvectorlayerdialog.h
try:
QgsNewVectorLayerDialog.runAndCreateLayer = staticmethod(QgsNewVectorLayerDialog.runAndCreateLayer)
QgsNewVectorLayerDialog.execAndCreateLayer = staticmethod(QgsNewVectorLayerDialog.execAndCreateLayer)
QgsNewVectorLayerDialog.__overridden_methods__ = ['accept']
except (NameError, AttributeError):
pass