We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f031980 commit 3a1cc5aCopy full SHA for 3a1cc5a
src/analysis/vector/geometry_checker/qgsgeometrycheck.h
@@ -126,6 +126,8 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
126
const QVariant &value = QVariant(),
127
ValueType valueType = ValueOther );
128
129
+ virtual ~QgsGeometryCheckError() = default;
130
+
131
const QgsGeometryCheckError &operator=( const QgsGeometryCheckError & ) = delete;
132
133
const QgsGeometryCheck *check() const { return mCheck; }
0 commit comments