We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039a06 commit 35d4903Copy full SHA for 35d4903
doc/porting_processing.dox
@@ -32,6 +32,9 @@ Map parameters from old classes to new classes
32
33
Update outputs
34
35
+ - OutputNumber has been replaced with QgsProcessingOutputNumber. QgsProcessingOutputNumber is a drop-in replacement for OutputNumber.
36
+ - OutputString has been replaced with QgsProcessingOutputString. QgsProcessingOutputString is a drop-in replacement for OutputString.
37
+
38
- OutputVector ->
39
40
- processAlgorithm has a new signature....
0 commit comments