We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 07ab092 commit c8be505Copy full SHA for c8be505
src/analysis/vector/geometry_checker/qgsgeometrycontainedcheck.h
@@ -42,9 +42,6 @@ class ANALYSIS_EXPORT QgsGeometryContainedCheckError : public QgsGeometryCheckEr
42
static_cast<QgsGeometryContainedCheckError *>( other )->containingFeature() == containingFeature();
43
}
44
45
- static QString factoryDescription() { return QApplication::translate( "QgsGeometryContainedCheckError", "Within feature" ); }
46
- QString description() const override { return factoryDescription(); }
47
-
48
private:
49
QPair<QString, QgsFeatureId> mContainingFeature;
50
};
0 commit comments