mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@10428 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9079ea9840
commit
a2c820dd0c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user