Skip to content

Commit

Permalink
Fix QgsProcessingFeatureSourceDefinition::geometryCheck description
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Mar 2, 2024
1 parent 9986de1 commit 938bd29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/processing/qgsprocessingparameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,9 @@ class CORE_EXPORT QgsProcessingFeatureSourceDefinition

/**
* Geometry check method to apply to this source. This setting is only
* utilized if the QgsProcessingFeatureSourceDefinition::Flag::FlagCreateIndividualOutputPerInputFeature is
* utilized if the QgsProcessingFeatureSourceDefinition::Flag::FlagOverrideDefaultGeometryCheck is
* set in QgsProcessingFeatureSourceDefinition::flags.
*
* \see overrideDefaultGeometryCheck
* \since QGIS 3.14
*/
QgsFeatureRequest::InvalidGeometryCheck geometryCheck = QgsFeatureRequest::GeometryAbortOnInvalid;
Expand Down

0 comments on commit 938bd29

Please sign in to comment.