mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			627 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			627 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"}
 | 
						|
    QgsMessageOutputConsole.__overridden_methods__ = ['setMessage', 'appendMessage', 'setTitle', 'showMessage']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsMessageOutput.createMessageOutput = staticmethod(QgsMessageOutput.createMessageOutput)
 | 
						|
    QgsMessageOutput.__abstract_methods__ = ['setMessage', 'appendMessage', 'setTitle', 'showMessage']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |