Skip to content

Commit

Permalink
Applied Stefanie's patch to return features (with new IDs) after bein…
Browse files Browse the repository at this point in the history
…g added.

Thanks!


git-svn-id: http://svn.osgeo.org/qgis/trunk@8584 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jun 3, 2008
1 parent 42b8445 commit 215e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectordataprovider.sip
Expand Up @@ -148,7 +148,7 @@ class QgsVectorDataProvider : QgsDataProvider
* Adds a list of features
* @return true in case of success and false in case of failure
*/
virtual bool addFeatures(QList<QgsFeature> & flist);
virtual bool addFeatures(QList<QgsFeature> & flist /In,Out/);

/**
* Deletes a feature
Expand Down

0 comments on commit 215e7ca

Please sign in to comment.