Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix misleading dox
(cherry picked from commit ffa49df)
  • Loading branch information
nyalldawson committed Feb 3, 2019
1 parent 1916a7f commit 89fce33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -293,7 +293,6 @@ layers and other factors within the context.
%Docstring
Returns a string version of the parameter input ``value``, which is suitable for use as an input
parameter value when running an algorithm directly from a Python command.
The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
%End

virtual QString asScriptCode() const;
Expand Down
1 change: 0 additions & 1 deletion src/core/processing/qgsprocessingparameters.h
Expand Up @@ -359,7 +359,6 @@ class CORE_EXPORT QgsProcessingParameterDefinition
/**
* Returns a string version of the parameter input \a value, which is suitable for use as an input
* parameter value when running an algorithm directly from a Python command.
* The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
*/
virtual QString valueAsPythonString( const QVariant &value, QgsProcessingContext &context ) const;

Expand Down

0 comments on commit 89fce33

Please sign in to comment.