Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid auto
  • Loading branch information
jef-n committed Jul 3, 2015
1 parent 92d5f2b commit 34c1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgslegendrenderer.cpp
Expand Up @@ -310,7 +310,7 @@ void TestQgsLegendRenderer::testFilterByMap()
mapSettings.setOutputSize( QSize( 400, 100 ) );
mapSettings.setOutputDpi( 96 );
QStringList ll;
foreach ( auto l, QgsMapLayerRegistry::instance()->mapLayers() )
foreach ( QString l, QgsMapLayerRegistry::instance()->mapLayers() )
{
ll << l->id();
}
Expand Down

0 comments on commit 34c1c8d

Please sign in to comment.