qgis / qgis4.0_api

Tracker for QGIS 4.0 API related issues and developer discussion
3 stars 1 forks source link

Rename QgsVectorLayer::updateExtent function, remove virtual flag #104

Open nirvn opened 4 years ago

nirvn commented 4 years ago

The function should be renamed to better reflect what the function does (i.e. not computing the extent, merely invalidating the cached extent). I'd proposeQgsVectorLayer::invalidateExtent.

The virtual flag should also be removed.

m-kuhn commented 4 years ago

To prepare this, we could already now create an alias method and deprecate this one. This will make transition super smooth.