Skip to content

Commit 3d43f63

Browse files
committedMay 4, 2017
add missing signals
1 parent 6f4b0c9 commit 3d43f63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎python/analysis/network/qgsgraphdirector.sip

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ class QgsGraphDirector : QObject
3131
else
3232
sipType = NULL;
3333
%End
34+
signals:
35+
void buildProgress( int, int ) const;
36+
%Docstring
37+
Emitted to report graph building progress
38+
%End
39+
void buildMessage( const QString & ) const;
40+
%Docstring
41+
Emitted to report information about graph building
42+
%End
43+
3444
public:
3545

3646
virtual ~QgsGraphDirector();

0 commit comments

Comments
 (0)
Please sign in to comment.