Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 8, 2019
1 parent 07a0e24 commit 9729f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -302,7 +302,8 @@ class ANALYSIS_EXPORT QgsGeometryCheck
virtual void collectErrors( const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors SIP_INOUT, QStringList &messages SIP_INOUT, QgsFeedback *feedback, const LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const = 0;

/**
* Fix the error \a error with the specified \a method.
* Fixes the error \a error with the specified \a method.
* Is executed on the main thread.
*
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 9729f17

Please sign in to comment.