mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
add missing signals
This commit is contained in:
parent
6f4b0c995d
commit
3d43f639d5
@ -31,6 +31,16 @@ class QgsGraphDirector : QObject
|
|||||||
else
|
else
|
||||||
sipType = NULL;
|
sipType = NULL;
|
||||||
%End
|
%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:
|
public:
|
||||||
|
|
||||||
virtual ~QgsGraphDirector();
|
virtual ~QgsGraphDirector();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user