mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
fix compil
This commit is contained in:
parent
3a71f87d0f
commit
28a01d6460
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user