mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Make sip a bit happier
This commit is contained in:
parent
87c126323c
commit
c55b4eb4c8
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user