Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Ensure that distance inputs become expression variables …
…for model child algorithms

(cherry picked from commit 7e106ef)
  • Loading branch information
nyalldawson committed Feb 11, 2019
1 parent fa3bfdd commit 4d12465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/processing/models/qgsprocessingmodelalgorithm.cpp
Expand Up @@ -449,6 +449,7 @@ QMap<QString, QgsProcessingModelAlgorithm::VariableDefinition> QgsProcessingMode

// "static"/single value sources
QgsProcessingModelChildParameterSources sources = availableSourcesForChild( childId, QStringList() << QgsProcessingParameterNumber::typeName()
<< QgsProcessingParameterDistance::typeName()
<< QgsProcessingParameterBoolean::typeName()
<< QgsProcessingParameterExpression::typeName()
<< QgsProcessingParameterField::typeName()
Expand Down

0 comments on commit 4d12465

Please sign in to comment.