From b5610ea5ba6718998f46dc222619f043e03e96b4 Mon Sep 17 00:00:00 2001 From: nirvn Date: Tue, 30 Jan 2018 13:11:00 +0700 Subject: [PATCH] document API change --- doc/api_break.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api_break.dox b/doc/api_break.dox index 5fa89276bed..b1fa21174cf 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -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}