Skip to content

Commit

Permalink
wrapped new method from r12869
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12873 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Feb 4, 2010
1 parent 1c748cc commit c6e18d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/core/qgsfeature.sip
Expand Up @@ -49,7 +49,12 @@ class QgsFeature

/**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
*/
Expand Down

0 comments on commit c6e18d2

Please sign in to comment.