Skip to content

Commit

Permalink
A multilayer input is allowed to be set to a model input feature sour…
Browse files Browse the repository at this point in the history
…ce parameter
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jul 6, 2020
1 parent c5a79a2 commit bb0ef11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/processing/qgsprocessingwidgetwrapperimpl.cpp
Expand Up @@ -6514,6 +6514,7 @@ QStringList QgsProcessingMultipleLayerWidgetWrapper::compatibleParameterTypes()
<< QgsProcessingParameterMapLayer::typeName()
<< QgsProcessingParameterVectorLayer::typeName()
<< QgsProcessingParameterMeshLayer::typeName()
<< QgsProcessingParameterFeatureSource::typeName()
<< QgsProcessingParameterRasterLayer::typeName()
<< QgsProcessingParameterFile::typeName()
<< QgsProcessingParameterString::typeName();
Expand Down

0 comments on commit bb0ef11

Please sign in to comment.