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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 13 05:08:07 EST 2008


Author: wonder
Date: 2008-02-13 05:08:07 -0500 (Wed, 13 Feb 2008)
New Revision: 8152

Modified:
   trunk/qgis/python/core/qgsfeature.sip
Log:
Added forgotten setAttributeMap() wrapper


Modified: trunk/qgis/python/core/qgsfeature.sip
===================================================================
--- trunk/qgis/python/core/qgsfeature.sip	2008-02-13 09:48:05 UTC (rev 8151)
+++ trunk/qgis/python/core/qgsfeature.sip	2008-02-13 10:08:07 UTC (rev 8152)
@@ -60,6 +60,10 @@
      */
     const QMap<int, QVariant> & attributeMap() const;
 
+
+    /**Sets all the attributes in one go*/
+    void setAttributeMap(const QMap<int, QVariant> & attributeMap);
+    
     /** 
      * Add an attribute to the map
      */



More information about the QGIS-commit mailing list