Skip to content

Commit

Permalink
Add notes on OutputNumber/OutputString
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 11, 2018
1 parent e039a06 commit 35d4903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/porting_processing.dox
Expand Up @@ -32,6 +32,9 @@ Map parameters from old classes to new classes

Update outputs

- OutputNumber has been replaced with QgsProcessingOutputNumber. QgsProcessingOutputNumber is a drop-in replacement for OutputNumber.
- OutputString has been replaced with QgsProcessingOutputString. QgsProcessingOutputString is a drop-in replacement for OutputString.

- OutputVector ->

- processAlgorithm has a new signature....
Expand Down

0 comments on commit 35d4903

Please sign in to comment.