From c55b4eb4c8d5db7d19e36903f28f455a821c33de Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 31 Oct 2018 12:15:43 +0100 Subject: [PATCH] Make sip a bit happier --- .../auto_generated/processing/qgsprocessingalgorithm.sip.in | 2 +- src/core/processing/qgsprocessingalgorithm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/auto_generated/processing/qgsprocessingalgorithm.sip.in b/python/core/auto_generated/processing/qgsprocessingalgorithm.sip.in index e2aac7651f3..cc865f48d2e 100644 --- a/python/core/auto_generated/processing/qgsprocessingalgorithm.sip.in +++ b/python/core/auto_generated/processing/qgsprocessingalgorithm.sip.in @@ -924,7 +924,7 @@ this is possible to determine in advance. Returns the processing feature source flags to be used in the algorithm. %End - virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const; + virtual QgsFeatureSink::SinkFlags sinkFlags() const; %Docstring Returns the feature sink flags to be used for the output. diff --git a/src/core/processing/qgsprocessingalgorithm.h b/src/core/processing/qgsprocessingalgorithm.h index 67de207632b..0db85384ad1 100644 --- a/src/core/processing/qgsprocessingalgorithm.h +++ b/src/core/processing/qgsprocessingalgorithm.h @@ -934,7 +934,7 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor * * \since QGIS 3.4.1 */ - virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const; + virtual QgsFeatureSink::SinkFlags sinkFlags() const; /** * Maps the input WKB geometry type (\a inputWkbType) to the corresponding