Skip to content

Commit 3954774

Browse files
author
wonder
committedJun 3, 2008
Applied Stefanie's patch to return features (with new IDs) after being added.
Thanks! git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8584 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsvectordataprovider.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class QgsVectorDataProvider : QgsDataProvider
148148
* Adds a list of features
149149
* @return true in case of success and false in case of failure
150150
*/
151-
virtual bool addFeatures(QList<QgsFeature> & flist);
151+
virtual bool addFeatures(QList<QgsFeature> & flist /In,Out/);
152152

153153
/**
154154
* Deletes a feature

0 commit comments

Comments
 (0)
Please sign in to comment.