From 3d31d7244270d0f1ac3501a5f98198b1305e295d Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 15 Oct 2018 16:05:59 +0200 Subject: [PATCH] Fix python bindings --- .../qgsgeometrycheckfactory.sip.in | 18 ++++++++++++++++++ .../geometry_checker/qgsgeometrycheckfactory.h | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) 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: