Skip to content

Commit

Permalink
add missing signals
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 4, 2017
1 parent 6f4b0c9 commit 3d43f63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/analysis/network/qgsgraphdirector.sip
Expand Up @@ -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();
Expand Down

0 comments on commit 3d43f63

Please sign in to comment.