Skip to content

Commit c6e18d2

Browse files
author
wonder
committedFeb 4, 2010
wrapped new method from r12869
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12873 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎python/core/qgsfeature.sip

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ class QgsFeature
4949

5050
/**Sets all the attributes in one go*/
5151
void setAttributeMap(const QMap<int, QVariant> & attributeMap);
52-
52+
53+
/** Clear attribute map
54+
* added in 1.5
55+
*/
56+
void clearAttributeMap();
57+
5358
/**
5459
* Add an attribute to the map
5560
*/

0 commit comments

Comments
 (0)
Please sign in to comment.