mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	add missing signals
This commit is contained in:
		
							parent
							
								
									6f4b0c995d
								
							
						
					
					
						commit
						3d43f639d5
					
				@ -31,6 +31,16 @@ class QgsGraphDirector : QObject
 | 
			
		||||
    else
 | 
			
		||||
      sipType = NULL;
 | 
			
		||||
%End
 | 
			
		||||
  signals:
 | 
			
		||||
    void buildProgress( int, int ) const;
 | 
			
		||||
%Docstring
 | 
			
		||||
Emitted to report graph building progress
 | 
			
		||||
%End
 | 
			
		||||
    void buildMessage( const QString & ) const;
 | 
			
		||||
%Docstring
 | 
			
		||||
Emitted to report information about graph building
 | 
			
		||||
%End
 | 
			
		||||
 | 
			
		||||
  public:
 | 
			
		||||
 | 
			
		||||
    virtual ~QgsGraphDirector();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user