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 de12688 commit 4b72941Copy full SHA for 4b72941
src/analysis/vector/geometry_checker/qgsgeometryoverlapcheck.cpp
@@ -222,12 +222,12 @@ QgsGeometryCheck::Flags QgsGeometryOverlapCheck::flags() const
222
return factoryFlags();
223
}
224
225
+///@cond private
226
QString QgsGeometryOverlapCheck::factoryDescription()
227
{
228
return tr( "Overlap" );
229
230
-///@cond private
231
QgsGeometryCheck::CheckType QgsGeometryOverlapCheck::factoryCheckType()
232
233
return QgsGeometryCheck::LayerCheck;
0 commit comments