From 8907d9c188241d5fd81bd5b493e829ba8f60ef52 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 27 Feb 2019 17:53:07 +0100 Subject: [PATCH] Fixes --- .../vector/geometry_checker/qgsgeometrycheckerror.sip.in | 8 -------- .../vector/geometry_checker/qgsgeometrycheckerror.h | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in b/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in index 3e1a72e6fa16..279c97cf5abc 100644 --- a/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in +++ b/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in @@ -76,14 +76,6 @@ Will be used to update existing errors whenever they are re-checked. %End - virtual QMap 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: QgsGeometryCheckError( const QgsGeometryCheck *check, diff --git a/src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h b/src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h index b8bf56bf26be..083790148767 100644 --- a/src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h +++ b/src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h @@ -94,13 +94,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 involvedFeatures() const; + virtual QMap involvedFeatures() const SIP_SKIP; protected: // Users of this constructor must ensure geometry and errorLocation are in map coordinates