We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69de345 + d8b47e4 commit fd5e0a7Copy full SHA for fd5e0a7
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