QGIS/python/core/auto_additions/qgsmessageoutput.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
412 B
Python
Raw Normal View History

# 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"}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsMessageOutput.createMessageOutput = staticmethod(QgsMessageOutput.createMessageOutput)
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass