Skip to content

Commit bfa95c7

Browse files
elpasonyalldawson
authored andcommittedSep 6, 2018
Fix documentation for editFormConfig
It returns a copy: you need to change it and use setEditFormConfig to make modifications. (cherry picked from commit aae41c0)
1 parent fbed86e commit bfa95c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎python/core/auto_generated/qgsvectorlayer.sip.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,6 @@ It may also contain embedded expressions.
21672167
QgsEditFormConfig editFormConfig() const;
21682168
%Docstring
21692169
Returns the configuration of the form used to represent this vector layer.
2170-
This is a writable configuration that can directly be changed in place.
21712170

21722171
:return: The configuration of this layers' form
21732172

‎src/core/qgsvectorlayer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,6 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
19381938

19391939
/**
19401940
* Returns the configuration of the form used to represent this vector layer.
1941-
* This is a writable configuration that can directly be changed in place.
19421941
*
19431942
* \returns The configuration of this layers' form
19441943
*

0 commit comments

Comments
 (0)
Please sign in to comment.