Skip to content

Commit 1f7c86b

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
377377
/** Make layer editable */
378378
bool startEditing();
379379

380-
/** changed an attribute value (but does not commit it */
380+
/** changed an attribute value (but does not commit it) */
381381
bool changeAttributeValue( int fid, int field, QVariant value, bool emitSignal = true );
382382

383383
/** add an attribute field (but does not commit it)

0 commit comments

Comments
 (0)
Please sign in to comment.