mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05: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
|