Skip to content

Commit ffa49df

Browse files
committedFeb 1, 2019
Fix misleading dox
1 parent ecd306e commit ffa49df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎python/core/auto_generated/processing/qgsprocessingparameters.sip.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ layers and other factors within the context.
297297
%Docstring
298298
Returns a string version of the parameter input ``value``, which is suitable for use as an input
299299
parameter value when running an algorithm directly from a Python command.
300-
The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
301300
%End
302301

303302
virtual QString asScriptCode() const;

‎src/core/processing/qgsprocessingparameters.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ class CORE_EXPORT QgsProcessingParameterDefinition
364364
/**
365365
* Returns a string version of the parameter input \a value, which is suitable for use as an input
366366
* parameter value when running an algorithm directly from a Python command.
367-
* The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
368367
*/
369368
virtual QString valueAsPythonString( const QVariant &value, QgsProcessingContext &context ) const;
370369

0 commit comments

Comments
 (0)
Please sign in to comment.