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 a36f6aa commit d8b47e4Copy full SHA for d8b47e4
src/core/processing/qgsprocessingregistry.cpp
@@ -30,7 +30,6 @@ 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