mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
avoid auto
This commit is contained in:
parent
92d5f2bb19
commit
34c1c8dc58
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user