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

12 lines
747 B
Python

# The following has been generated automatically from src/core/processing/qgsprocessingfeedback.h
try:
QgsProcessingFeedback.__virtual_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushFormattedMessage', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'htmlLog', 'textLog']
QgsProcessingFeedback.__group__ = ['processing']
except (NameError, AttributeError):
pass
try:
QgsProcessingMultiStepFeedback.__overridden_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'pushFormattedMessage', 'htmlLog', 'textLog']
QgsProcessingMultiStepFeedback.__group__ = ['processing']
except (NameError, AttributeError):
pass