We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e157a7c commit 6db25b9Copy full SHA for 6db25b9
src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h
@@ -72,7 +72,7 @@ class ANALYSIS_EXPORT QgsSingleGeometryCheckError
72
QgsVertexId vertexId() const;
73
74
protected:
75
- const QgsSingleGeometryCheck *mCheck;
+ const QgsSingleGeometryCheck *mCheck = nullptr;
76
QgsGeometry mGeometry;
77
QgsPoint mErrorLocation;
78
QgsVertexId mVertexId;
@@ -99,7 +99,7 @@ class ANALYSIS_EXPORT QgsGeometryCheckErrorSingle : public QgsGeometryCheckError
99
bool handleChanges( const QgsGeometryCheck::Changes &changes ) override;
100
101
private:
102
- QgsSingleGeometryCheckError *mError;
+ QgsSingleGeometryCheckError *mError = nullptr;
103
};
104
105
/**
0 commit comments