Revert "add todo QGIS 3: add /In,Out/ to QgsVectorLayer.addFeature (python)"

this works already, features are updated.

This reverts commit bf3f8b5920bc43cf528c9569a3d6b1000f0eef9f.
This commit is contained in:
Denis Rouzaud 2016-04-07 14:25:03 +02:00
parent 5376cbf35e
commit 40f214b415

View File

@ -551,7 +551,6 @@ class QgsVectorLayer : QgsMapLayer
*/
QgsFeatureIterator getFeatures( const QgsFeatureRequest& request = QgsFeatureRequest() );
// TODO QGIS 3 add /In,Out/ to get back updated features
/** Adds a feature
@param f feature to add
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.