fix_6054.patch

Alexander Bruy, 2012-10-04 10:02 AM

Download (454 Bytes)

View differences:

src/core/qgsmaplayerregistry.cpp
142 142
    QString id = it.key();
143 143
    myList << id;
144 144
  }
145
  removeMapLayers( myList, false );
145
  removeMapLayers( myList, true );
146 146
  mMapLayers.clear();
147 147
} // QgsMapLayerRegistry::removeAllMapLayers()
148 148