mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix stretch build
This commit is contained in:
parent
f41daee1cb
commit
e6c949895a
@ -409,7 +409,7 @@ void TestQgsProcessingAlgs::featureFilterAlg()
|
||||
void TestQgsProcessingAlgs::transformAlg()
|
||||
{
|
||||
std::unique_ptr< QgsProcessingAlgorithm > alg( QgsApplication::processingRegistry()->createAlgorithmById( QStringLiteral( "native:reprojectlayer" ) ) );
|
||||
QVERIFY( alg );
|
||||
QVERIFY( alg != nullptr );
|
||||
|
||||
std::unique_ptr< QgsProcessingContext > context = qgis::make_unique< QgsProcessingContext >();
|
||||
QgsProject p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user