Skip to content

Commit

Permalink
but not with QString (followup 34c1c8d)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 3, 2015
1 parent 34c1c8d commit f92d9c1
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 ( QString l, QgsMapLayerRegistry::instance()->mapLayers() )
foreach ( QgsMapLayer *l, QgsMapLayerRegistry::instance()->mapLayers() )
{
ll << l->id();
}
Expand Down

0 comments on commit f92d9c1

Please sign in to comment.