From 726569c6bca581a23fd3adb978a726264556efb5 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 11 Jul 2016 14:46:08 +1000 Subject: [PATCH] QgsMapLayer::crs() now returns a copy, not a reference (desirable because QgsCoordinateReferenceSystem is implicitly shared) --- doc/api_break.dox | 6 ++++++ python/core/qgsmaplayer.sip | 2 +- src/core/qgsmaplayer.cpp | 2 +- src/core/qgsmaplayer.h | 3 +-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/api_break.dox b/doc/api_break.dox index 614514e2d71..d87db77b3fe 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -41,6 +41,12 @@ objects are implicitly shared, returning a copy helps simplify and make code mor only affects third party c++ providers, and does not affect PyQGIS scripts. +\subsection qgis_api_break_3_0_QgsMapLayer QgsMapLayer + + + \subsection qgis_api_break_3_0_QgsVectorLayerImport QgsVectorLayerImport