QGIS/python/core/auto_additions/qgsmessageoutput.py
2024-12-03 07:47:10 +00:00

10 lines
412 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"}
except (NameError, AttributeError):
pass
try:
QgsMessageOutput.createMessageOutput = staticmethod(QgsMessageOutput.createMessageOutput)
except (NameError, AttributeError):
pass