git-svn-id: http://svn.osgeo.org/qgis/trunk@10428 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2009-03-27 17:41:06 +00:00
parent 9079ea9840
commit a2c820dd0c

View File

@ -377,7 +377,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
/** Make layer editable */
bool startEditing();
/** changed an attribute value (but does not commit it */
/** changed an attribute value (but does not commit it) */
bool changeAttributeValue( int fid, int field, QVariant value, bool emitSignal = true );
/** add an attribute field (but does not commit it)