document API change

This commit is contained in:
nirvn 2018-01-30 13:11:00 +07:00 committed by Mathieu Pellerin
parent 1ac6792678
commit b5610ea5ba

View File

@ -1509,7 +1509,8 @@ QgsMapOverviewCanvas {#qgis_api_break_3_0_QgsMapOverviewCanvas}
- layerSet() and setLayerSet() have been replaced by layers() and setLayers() which work with list of layers instead of layer IDs
- destinationSrsChanged() was renamed to destinationCrsChanged()
- hasCrsTransformEnabled() was removed. CRS transformation is now always enabled.
- hasCrsTransformEnabled() was removed. CRS transformation is now always enabled
- drawExtentRect() and destinationCrsChanged() are now protected
QgsMapRenderer {#qgis_api_break_3_0_QgsMapRenderer}