Skip to content

Commit ac6a38a

Browse files
author
wonder
committedFeb 13, 2008
Added forgotten setAttributeMap() wrapper
git-svn-id: http://svn.osgeo.org/qgis/trunk@8152 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 116e4a4 commit ac6a38a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎python/core/qgsfeature.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ class QgsFeature
6060
*/
6161
const QMap<int, QVariant> & attributeMap() const;
6262

63+
64+
/**Sets all the attributes in one go*/
65+
void setAttributeMap(const QMap<int, QVariant> & attributeMap);
66+
6367
/**
6468
* Add an attribute to the map
6569
*/

0 commit comments

Comments
 (0)