Skip to content

Commit

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

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

QStringList acceptedPythonTypes() const override
Expand Down

0 comments on commit 3b814ea

Please sign in to comment.