fix compil

This commit is contained in:
Nicolas Godet 2025-02-12 09:25:29 +01:00 committed by Loïc Bartoletti
parent 3a71f87d0f
commit 28a01d6460

View File

@ -1145,7 +1145,7 @@ void TestQgsProcessingAlgsPt2::fileDownloader()
// verify that temporary outputs have the URL file extension appended
QVERIFY( results.value( QStringLiteral( "OUTPUT" ) ).toString().endsWith( QLatin1String( ".txt" ) ) );
const QString outputFileName = QgsProcessingUtils::generateTempFilename( QStringLiteral( "qgis_version.txt" ), *context );
const QString outputFileName = QgsProcessingUtils::generateTempFilename( QStringLiteral( "qgis_version.txt" ), &context );
parameters.insert( QStringLiteral( "OUTPUT" ), outputFileName );
results = alg->run( parameters, *context, &feedback, &ok );