Skip to content

Commit 8d25a06

Browse files
committedMay 31, 2016
rename feature -> f to avoid an API break
1 parent ea097be commit 8d25a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
979979
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
980980
@return True in case of success and False in case of error
981981
*/
982-
bool addFeature( QgsFeature& feature, bool alsoUpdateExtent = true );
982+
bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );
983983

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

0 commit comments

Comments
 (0)
Please sign in to comment.