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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Feb 4 08:43:23 EST 2010


Author: wonder
Date: 2010-02-04 08:43:20 -0500 (Thu, 04 Feb 2010)
New Revision: 12873

Modified:
   trunk/qgis/python/core/qgsfeature.sip
Log:
wrapped new method from r12869


Modified: trunk/qgis/python/core/qgsfeature.sip
===================================================================
--- trunk/qgis/python/core/qgsfeature.sip	2010-02-04 10:18:27 UTC (rev 12872)
+++ trunk/qgis/python/core/qgsfeature.sip	2010-02-04 13:43:20 UTC (rev 12873)
@@ -49,7 +49,12 @@
 
     /**Sets all the attributes in one go*/
     void setAttributeMap(const QMap<int, QVariant> & attributeMap);
-    
+
+    /** Clear attribute map
+     * added in 1.5
+     */
+    void clearAttributeMap();
+
     /** 
      * Add an attribute to the map
      */



More information about the QGIS-commit mailing list