mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fixes
This commit is contained in:
parent
149fcc040b
commit
d99c1f1f32
@ -162,14 +162,6 @@ Will be used to update existing errors whenever they are re-checked.
|
||||
%End
|
||||
|
||||
|
||||
virtual QMap<QString, QgsFeatureIds> involvedFeatures() const;
|
||||
%Docstring
|
||||
Return a list of involved features.
|
||||
By default returns an empty map.
|
||||
The map keys are layer ids, the map value is a set of feature ids.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
%End
|
||||
|
||||
protected:
|
||||
|
||||
|
@ -180,13 +180,13 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
|
||||
virtual bool handleChanges( const QgsGeometryCheck::Changes &changes ) SIP_SKIP;
|
||||
|
||||
/**
|
||||
* Return a list of involved features.
|
||||
* Returns a list of involved features.
|
||||
* By default returns an empty map.
|
||||
* The map keys are layer ids, the map value is a set of feature ids.
|
||||
*
|
||||
* \since QGIS 3.8
|
||||
*/
|
||||
virtual QMap<QString, QgsFeatureIds> involvedFeatures() const;
|
||||
virtual QMap<QString, QgsFeatureIds > involvedFeatures() const SIP_SKIP;
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user