mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-17 00:04:03 -05: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