Skip to content

Commit d054e48

Browse files
committedOct 2, 2015
Minor change in the method description
Changed "given field index" to "given field name"
1 parent d6b8f96 commit d054e48

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
@@ -1453,7 +1453,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
14531453
const QgsEditorWidgetConfig editorWidgetV2Config( int fieldIdx ) const;
14541454

14551455
/**
1456-
* Get the configuration for the editor widget used to represent the field at the given index
1456+
* Get the configuration for the editor widget used to represent the field with the given name
14571457
*
14581458
* @param fieldName The name of the field
14591459
*

0 commit comments

Comments
 (0)
Please sign in to comment.