Skip to content

Commit

Permalink
rename feature -> f to avoid an API break
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed May 31, 2016
1 parent ea097be commit 8d25a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -979,7 +979,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
@return True in case of success and False in case of error
*/
bool addFeature( QgsFeature& feature, bool alsoUpdateExtent = true );
bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );

/** Updates an existing feature. This method needs to query the datasource
on every call. Consider using {@link changeAttributeValue()} or
Expand Down

0 comments on commit 8d25a06

Please sign in to comment.