Skip to content

Commit c55b4eb

Browse files
committedOct 31, 2018
Make sip a bit happier
1 parent 87c1263 commit c55b4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/processing/qgsprocessingalgorithm.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ this is possible to determine in advance.
924924
Returns the processing feature source flags to be used in the algorithm.
925925
%End
926926

927-
virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const;
927+
virtual QgsFeatureSink::SinkFlags sinkFlags() const;
928928
%Docstring
929929
Returns the feature sink flags to be used for the output.
930930

‎src/core/processing/qgsprocessingalgorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor
934934
*
935935
* \since QGIS 3.4.1
936936
*/
937-
virtual QgsProcessingFeatureSink::SinkFlags sinkFlags() const;
937+
virtual QgsFeatureSink::SinkFlags sinkFlags() const;
938938

939939
/**
940940
* Maps the input WKB geometry type (\a inputWkbType) to the corresponding

0 commit comments

Comments
 (0)
Please sign in to comment.