mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Another fix
This commit is contained in:
parent
1dd2ca9ee8
commit
af10d8c869
@ -232,7 +232,7 @@ void TestQgsRubberband::testClose()
|
||||
|
||||
void TestQgsRubberband::testSymbolRender()
|
||||
{
|
||||
std::unique_ptr< QgsMapCanvas > canvas = qgis::make_unique< QgsMapCanvas >();
|
||||
std::unique_ptr< QgsMapCanvas > canvas = std::make_unique< QgsMapCanvas >();
|
||||
canvas->setDestinationCrs( QgsCoordinateReferenceSystem( QStringLiteral( "EPSG:4326" ) ) );
|
||||
canvas->setFrameStyle( 0 );
|
||||
canvas->resize( 600, 400 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user