mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
operation to the vector layer edit buffer Eg Instead of emitting layerModified for every individual feature in a call to QgsVectorLayer::addFeatures, we defer the signal and emit it only once after adding all the features. This avoids a lot of expensive, unnecessary work which is triggered by the signal