Skip to content

Commit

Permalink
Added forgotten setAttributeMap() wrapper
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8152 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Feb 13, 2008
1 parent 0a25f37 commit 75ab40a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/qgsfeature.sip
Expand Up @@ -60,6 +60,10 @@ class QgsFeature
*/
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
*/
Expand Down

0 comments on commit 75ab40a

Please sign in to comment.