mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
10 lines
412 B
Python
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
|