Skip to content

Commit 311a24a

Browse files
authoredSep 11, 2017
Merge pull request #5166 from nyalldawson/tidy
clang-tidy fixes
2 parents 6772541 + 9b04589 commit 311a24a

File tree

613 files changed

+845
-2072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+845
-2072
lines changed
 

‎python/analysis/network/qgsgraph.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ class QgsGraph
107107
#include "qgsgraph.h"
108108
%End
109109
public:
110+
110111
QgsGraph();
112+
%Docstring
113+
Constructor for QgsGraph.
114+
%End
111115

112116

113117
int addVertex( const QgsPointXY &pt );

‎python/core/diagram/qgsdiagram.sip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class QgsDiagram
1919
#include "qgsdiagram.h"
2020
%End
2121
public:
22+
2223
virtual ~QgsDiagram();
2324

2425
virtual QgsDiagram *clone() const = 0 /Factory/;
@@ -71,7 +72,11 @@ Returns the size in map units the diagram will use to render. Interpolate size
7172
%End
7273

7374
protected:
75+
7476
QgsDiagram();
77+
%Docstring
78+
Constructor for QgsDiagram.
79+
%End
7580
QgsDiagram( const QgsDiagram &other );
7681

7782
void setPenWidth( QPen &pen, const QgsDiagramSettings &s, const QgsRenderContext &c );

0 commit comments

Comments
 (0)
Please sign in to comment.