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
  • Loading branch information
nyalldawson committed Feb 8, 2019
1 parent f22f182 commit 7e106ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/processing/models/qgsprocessingmodelalgorithm.cpp
Expand Up @@ -593,6 +593,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 7e106ef

Please sign in to comment.