mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Silence clang tidy warning
This commit is contained in:
parent
4fbada39a5
commit
afbedeae25
@ -675,7 +675,7 @@ QVariantMap QgsProcessingModelAlgorithm::processAlgorithm( const QVariantMap &pa
|
||||
break;
|
||||
}
|
||||
if ( feedback )
|
||||
feedback->pushDebugInfo( QObject::tr( "Model processed OK. Executed %n algorithm(s) total in %1 s.", nullptr, countExecuted ).arg( totalTime.elapsed() / 1000.0 ) );
|
||||
feedback->pushDebugInfo( QObject::tr( "Model processed OK. Executed %n algorithm(s) total in %1 s.", nullptr, countExecuted ).arg( static_cast< double >( totalTime.elapsed() ) / 1000.0 ) );
|
||||
|
||||
mResults = finalResults;
|
||||
mResults.insert( QStringLiteral( "CHILD_RESULTS" ), childResults );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user