qgis / qgis4.0_api

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

[python] QgsVectorLayer.addFeature does not return the updated feature #45

Closed 3nids closed 8 years ago

3nids commented 8 years ago

replace bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true ); by bool addFeature( QgsFeature& f /In,Out/, bool alsoUpdateExtent = true ); in sip file

3nids commented 8 years ago

sorry, already working as it is.