Skip to content

Commit 8a408fd

Browse files
author
mhugent
committed
Adapted qgsvectorlayer.sip
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7064 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8aaef4e commit 8a408fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsvectorlayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ existing rings, 5 no feature found where ring can be inserted*/
250250
of attribute values to change
251251

252252
*/
253-
bool commitAttributeChanges(const QSet<int>& deleted,
253+
bool commitAttributeChanges(const QSet<QString>& deleted,
254254
const QMap<QString, QString>& added,
255255
const QMap<int, QMap<int, QVariant> >& changed);
256256

0 commit comments

Comments
 (0)