mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
but not with QString (followup 34c1c8d)
This commit is contained in:
parent
34c1c8dc58
commit
f92d9c1176
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user