Skip to content

Commit

Permalink
doxymentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and 3nids committed May 4, 2017
1 parent fd9569f commit 6f4b0c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/analysis/network/qgsgraphanalyzer.sip
Expand Up @@ -10,6 +10,7 @@




class QgsGraphAnalyzer
{
%Docstring
Expand Down
2 changes: 2 additions & 0 deletions src/analysis/network/qgsgraphanalyzer.h
Expand Up @@ -17,6 +17,8 @@
#define QGSGRAPHANALYZER_H

#include <QVector>

#include <qgis.h>
#include "qgis_analysis.h"

class QgsGraph;
Expand Down
2 changes: 2 additions & 0 deletions src/analysis/network/qgsgraphdirector.h
Expand Up @@ -54,7 +54,9 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
Q_OBJECT

signals:
//! Emitted to report graph building progress
void buildProgress( int, int ) const;
//! Emitted to report information about graph building
void buildMessage( const QString & ) const;

public:
Expand Down

0 comments on commit 6f4b0c9

Please sign in to comment.