Skip to content

Commit 3b814ea

Browse files
committed
[processing] Correct parameter type for Map Layer parameters
(cherry picked from commit d148690)
1 parent 3f0171b commit 3b814ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingparametertypeimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParam
129129

130130
QString id() const override
131131
{
132-
return QStringLiteral( "maplayer" );
132+
return QStringLiteral( "layer" );
133133
}
134134

135135
QStringList acceptedPythonTypes() const override

0 commit comments

Comments
 (0)