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

12 lines
627 B
Python

# The following has been generated automatically from src/core/qgsmessageoutput.h
try:
QgsMessageOutputConsole.__attribute_docs__ = {'destroyed': "signals that object will be destroyed and shouldn't be used anymore\n"}
QgsMessageOutputConsole.__overridden_methods__ = ['setMessage', 'appendMessage', 'setTitle', 'showMessage']
except (NameError, AttributeError):
pass
try:
QgsMessageOutput.createMessageOutput = staticmethod(QgsMessageOutput.createMessageOutput)
QgsMessageOutput.__abstract_methods__ = ['setMessage', 'appendMessage', 'setTitle', 'showMessage']
except (NameError, AttributeError):
pass