File tree 2 files changed +2
-10
lines changed
python/analysis/auto_generated/vector/geometry_checker
src/analysis/vector/geometry_checker
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,6 @@ Will be used to update existing errors whenever they are re-checked.
162
162
%End
163
163
164
164
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
173
165
174
166
protected:
175
167
Original file line number Diff line number Diff line change @@ -180,13 +180,13 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
180
180
virtual bool handleChanges ( const QgsGeometryCheck::Changes &changes ) SIP_SKIP;
181
181
182
182
/* *
183
- * Return a list of involved features.
183
+ * Returns a list of involved features.
184
184
* By default returns an empty map.
185
185
* The map keys are layer ids, the map value is a set of feature ids.
186
186
*
187
187
* \since QGIS 3.8
188
188
*/
189
- virtual QMap<QString, QgsFeatureIds> involvedFeatures () const ;
189
+ virtual QMap<QString, QgsFeatureIds > involvedFeatures () const SIP_SKIP ;
190
190
191
191
protected:
192
192
You can’t perform that action at this time.
0 commit comments