Skip to content

Commit

Permalink
fix title in API break (#43521)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 3, 2021
1 parent 81ec79c commit fd9fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_break.dox
Expand Up @@ -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.
Expand Down

0 comments on commit fd9fe21

Please sign in to comment.