QGIS/python/core/auto_additions/qgsmessagelog.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

8 lines
661 B
Python

# The following has been generated automatically from src/core/qgsmessagelog.h
try:
QgsMessageLog.__attribute_docs__ = {'messageReceived': 'Emitted whenever the log receives a message which is not a :py:class:`Qgis`.MessageLevel.Info level message\nand which has the ``notifyUser`` flag as ``True``.\n\nIf :py:class:`QgsMessageLogNotifyBlocker` objects have been created then this signal may be\ntemporarily suppressed.\n\n.. seealso:: :py:class:`QgsMessageLogNotifyBlocker`\n'}
QgsMessageLog.logMessage = staticmethod(QgsMessageLog.logMessage)
QgsMessageLog.__signal_arguments__ = {'messageReceived': ['received: bool']}
except NameError:
pass