From fd9fe215c5f86f358de138e74c5e88795766ba86 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 3 Jun 2021 07:09:59 +0200 Subject: [PATCH] fix title in API break (#43521) --- doc/api_break.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_break.dox b/doc/api_break.dox index 9df4c3813a71..a1810bf21938 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -26,7 +26,7 @@ QgsMapRendererJob {#qgis_api_break_3_20_qgsmaprendererjob} Subclasses have to implement the virtual method startPrivate to start the rendering of the map. For the actual subclasses (QgsMapRendererParallelJob, QgsMapRendererSequentialJob, ...), the start method is replaced by startPrivate method without change. -setDataSource {#qgis_api_break_3_20_setdatasource} +QgsMapLayer {#qgis_api_break_3_20_qgsmaplayer} ------------- - QgsMapLayer::setDataSource is no longer virtual. It has been replaced with QgsMapLayer::setDataSourcePrivate. This is only relevant for subclassing QgsMapLayer, for code that only uses the subclasses (QgsVectorLayer, QgsRasterLayer, ...) this has no effect.