We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2afea commit cd9328dCopy full SHA for cd9328d
src/core/processing/qgsprocessingalgrunnertask.cpp
@@ -47,7 +47,7 @@ bool QgsProcessingAlgRunnerTask::run()
47
bool ok = false;
48
try
49
{
50
- mResults = mAlgorithm->run( mParameters, mContext, mFeedback.get(), &ok );
+ mResults = mAlgorithm->run( mParameters, mContext, mFeedback, &ok );
51
}
52
catch ( QgsProcessingException & )
53
0 commit comments