Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Correct parameter type for Map Layer parameters
  • Loading branch information
nyalldawson committed Jan 29, 2019
1 parent 63b6a77 commit d148690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparametertypeimpl.h
Expand Up @@ -197,7 +197,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParam

QString id() const override
{
return QStringLiteral( "maplayer" );
return QStringLiteral( "layer" );
}

QString pythonImportString() const override
Expand Down

0 comments on commit d148690

Please sign in to comment.