Skip to content

Commit d99c1f1

Browse files
committed
Fixes
1 parent 149fcc0 commit d99c1f1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in

-8
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,6 @@ Will be used to update existing errors whenever they are re-checked.
162162
%End
163163

164164

165-
virtual QMap<QString, QgsFeatureIds> involvedFeatures() const;
166-
%Docstring
167-
Return a list of involved features.
168-
By default returns an empty map.
169-
The map keys are layer ids, the map value is a set of feature ids.
170-
171-
.. versionadded:: 3.8
172-
%End
173165

174166
protected:
175167

src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
180180
virtual bool handleChanges( const QgsGeometryCheck::Changes &changes ) SIP_SKIP;
181181

182182
/**
183-
* Return a list of involved features.
183+
* Returns a list of involved features.
184184
* By default returns an empty map.
185185
* The map keys are layer ids, the map value is a set of feature ids.
186186
*
187187
* \since QGIS 3.8
188188
*/
189-
virtual QMap<QString, QgsFeatureIds> involvedFeatures() const;
189+
virtual QMap<QString, QgsFeatureIds > involvedFeatures() const SIP_SKIP;
190190

191191
protected:
192192

0 commit comments

Comments
 (0)