mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
fix build on xenial & stretch
This commit is contained in:
parent
2473973bc7
commit
2a974e304c
@ -114,11 +114,11 @@ Subclasses need to implement the processGeometry method.
|
||||
QgsSingleGeometryCheck( const QgsGeometryCheckContext *context,
|
||||
const QVariantMap &configuration );
|
||||
|
||||
void collectErrors( const QMap<QString, QgsFeaturePool *> &featurePools,
|
||||
virtual void collectErrors( const QMap<QString, QgsFeaturePool *> &featurePools,
|
||||
QList<QgsGeometryCheckError *> &errors,
|
||||
QStringList &messages,
|
||||
QgsFeedback *feedback = 0,
|
||||
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const final;
|
||||
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const ${SIP_FINAL};
|
||||
|
||||
virtual QList<QgsSingleGeometryCheckError *> processGeometry( const QgsGeometry &geometry ) const = 0;
|
||||
%Docstring
|
||||
|
@ -144,7 +144,7 @@ class ANALYSIS_EXPORT QgsSingleGeometryCheck : public QgsGeometryCheck
|
||||
QList<QgsGeometryCheckError *> &errors,
|
||||
QStringList &messages,
|
||||
QgsFeedback *feedback = nullptr,
|
||||
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const final;
|
||||
const QgsGeometryCheck::LayerFeatureIds &ids = QgsGeometryCheck::LayerFeatureIds() ) const FINAL;
|
||||
|
||||
/**
|
||||
* Check the \a geometry for errors. It may make use of \a configuration options.
|
||||
|
Loading…
x
Reference in New Issue
Block a user