mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix misleading dox
This commit is contained in:
parent
ecd306e079
commit
ffa49df9fb
@ -297,7 +297,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;
|
||||
|
@ -364,7 +364,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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user