Skip to content

Commit 35d4903

Browse files
committed
Add notes on OutputNumber/OutputString
1 parent e039a06 commit 35d4903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/porting_processing.dox

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Map parameters from old classes to new classes
3232

3333
Update outputs
3434

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+
3538
- OutputVector ->
3639

3740
- processAlgorithm has a new signature....

0 commit comments

Comments
 (0)