Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix model execution missing from processing history
  • Loading branch information
nyalldawson committed Aug 23, 2017
1 parent cb70aad commit 54e38bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/processing/models/qgsprocessingmodelalgorithm.cpp
Expand Up @@ -1121,6 +1121,7 @@ QgsProcessingAlgorithm *QgsProcessingModelAlgorithm::createInstance() const
QgsProcessingModelAlgorithm *alg = new QgsProcessingModelAlgorithm();
alg->loadVariant( toVariant() );
alg->setProvider( provider() );
alg->setSourceFilePath( sourceFilePath() );
return alg;
}

Expand Down

0 comments on commit 54e38bc

Please sign in to comment.