Skip to content

Commit 6f4b0c9

Browse files
alexbruy3nids
authored andcommitted
doxymentation
1 parent fd9569f commit 6f4b0c9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

python/analysis/network/qgsgraphanalyzer.sip

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212

13+
1314
class QgsGraphAnalyzer
1415
{
1516
%Docstring

src/analysis/network/qgsgraphanalyzer.h

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#define QGSGRAPHANALYZER_H
1818

1919
#include <QVector>
20+
21+
#include <qgis.h>
2022
#include "qgis_analysis.h"
2123

2224
class QgsGraph;

src/analysis/network/qgsgraphdirector.h

+2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
5454
Q_OBJECT
5555

5656
signals:
57+
//! Emitted to report graph building progress
5758
void buildProgress( int, int ) const;
59+
//! Emitted to report information about graph building
5860
void buildMessage( const QString & ) const;
5961

6062
public:

0 commit comments

Comments
 (0)