Skip to content

Commit 34c1c8d

Browse files
committed
avoid auto
1 parent 92d5f2b commit 34c1c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgslegendrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void TestQgsLegendRenderer::testFilterByMap()
310310
mapSettings.setOutputSize( QSize( 400, 100 ) );
311311
mapSettings.setOutputDpi( 96 );
312312
QStringList ll;
313-
foreach ( auto l, QgsMapLayerRegistry::instance()->mapLayers() )
313+
foreach ( QString l, QgsMapLayerRegistry::instance()->mapLayers() )
314314
{
315315
ll << l->id();
316316
}

0 commit comments

Comments
 (0)