[QGIS Commit] r8584 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jun 3 11:25:22 EDT 2008


Author: wonder
Date: 2008-06-03 11:25:22 -0400 (Tue, 03 Jun 2008)
New Revision: 8584

Modified:
   trunk/qgis/python/core/qgsvectordataprovider.sip
Log:
Applied Stefanie's patch to return features (with new IDs) after being added.
Thanks!


Modified: trunk/qgis/python/core/qgsvectordataprovider.sip
===================================================================
--- trunk/qgis/python/core/qgsvectordataprovider.sip	2008-06-03 14:41:04 UTC (rev 8583)
+++ trunk/qgis/python/core/qgsvectordataprovider.sip	2008-06-03 15:25:22 UTC (rev 8584)
@@ -148,7 +148,7 @@
        * 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



More information about the QGIS-commit mailing list