Skip to content

Commit

Permalink
fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 12, 2023
1 parent dd31810 commit a04aba4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -37,8 +37,11 @@ class ANALYSIS_EXPORT QgsGeometryDuplicateCheckError : public QgsGeometryCheckEr
: QgsGeometryCheckError( check, layerFeature, errorLocation, QgsVertexId(), duplicatesString( featurePools, duplicates ) )
, mDuplicates( duplicates )
{ }

//! Returns the duplicates
QMap<QString, QList<QgsFeatureId>> duplicates() const { return mDuplicates; }

//! Returns if the \a other error is equivalent
bool isEqual( QgsGeometryCheckError *other ) const override
{
return other->check() == check() &&
Expand Down

0 comments on commit a04aba4

Please sign in to comment.