We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea097be commit 8d25a06Copy full SHA for 8d25a06
src/core/qgsvectorlayer.h
@@ -979,7 +979,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
979
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
980
@return True in case of success and False in case of error
981
*/
982
- bool addFeature( QgsFeature& feature, bool alsoUpdateExtent = true );
+ bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );
983
984
/** Updates an existing feature. This method needs to query the datasource
985
on every call. Consider using {@link changeAttributeValue()} or
0 commit comments