We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent be73c96 commit 213fc55Copy full SHA for 213fc55
src/core/processing/qgsprocessingregistry.cpp
@@ -30,6 +30,7 @@ QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent SIP_TRANSFERTHIS )
30
addParameterType( new QgsProcessingParameterTypeCrs() );
31
addParameterType( new QgsProcessingParameterTypeRange() );
32
addParameterType( new QgsProcessingParameterTypePoint() );
33
+ addParameterType( new QgsProcessingParameterTypeEnum() );
34
addParameterType( new QgsProcessingParameterTypeExtent() );
35
addParameterType( new QgsProcessingParameterTypeMatrix() );
36
addParameterType( new QgsProcessingParameterTypeFile() ) ;
0 commit comments