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/qgis@8584 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jun 3, 2008
1 parent 2b33789 commit 3954774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectordataprovider.sip
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class QgsVectorDataProvider : QgsDataProvider
* Adds a list of features * Adds a list of features
* @return true in case of success and false in case of failure * @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 * Deletes a feature
Expand Down

0 comments on commit 3954774

Please sign in to comment.