diff --git a/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckfactory.sip.in b/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckfactory.sip.in index 07f84fee1243..c2dea49db5a2 100644 --- a/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckfactory.sip.in +++ b/python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckfactory.sip.in @@ -12,6 +12,24 @@ +class QgsGeometryCheckFactory /Abstract/ +{ +%Docstring + +A factory for geometry checks. + +.. note:: + + This class is a technology preview and unstable API. + +.. versionadded:: 3.4 +%End + +%TypeHeaderCode +#include "qgsgeometrycheckfactory.h" +%End + public: + virtual ~QgsGeometryCheckFactory(); virtual QgsGeometryCheck *createGeometryCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration ) const = 0 /Factory/; diff --git a/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h b/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h index 00988d8cbd19..b131698dec31 100644 --- a/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h +++ b/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h @@ -39,7 +39,8 @@ struct QgsGeometryCheckContext; * * \note This class is a technology preview and unstable API. * \since QGIS 3.4 - */class ANALYSIS_EXPORT QgsGeometryCheckFactory SIP_ABSTRACT + */ +class ANALYSIS_EXPORT QgsGeometryCheckFactory SIP_ABSTRACT { public: