Adapted qgsvectorlayer.sip

git-svn-id: http://svn.osgeo.org/qgis/trunk@7064 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2007-07-07 06:12:46 +00:00
parent 0174afd26a
commit 29a524f3aa

View File

@ -250,7 +250,7 @@ existing rings, 5 no feature found where ring can be inserted*/
of attribute values to change
*/
bool commitAttributeChanges(const QSet<int>& deleted,
bool commitAttributeChanges(const QSet<QString>& deleted,
const QMap<QString, QString>& added,
const QMap<int, QMap<int, QVariant> >& changed);