Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adapted qgsvectorlayer.sip
git-svn-id: http://svn.osgeo.org/qgis/trunk@7064 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jul 7, 2007
1 parent 0174afd commit 29a524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayer.sip
Expand Up @@ -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);

Expand Down

0 comments on commit 29a524f

Please sign in to comment.