Skip to content

Commit 7f19cb8

Browse files
committedJan 28, 2019
Update sip
1 parent eee940d commit 7f19cb8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,21 @@ Sets whether to include attributes of features linked via references in the JSON
124124
Returns whether attributes of related (child) features will be included in the JSON exports.
125125

126126
.. seealso:: :py:func:`setIncludeRelated`
127+
%End
128+
129+
void setAttributeDisplayName( bool displayName );
130+
%Docstring
131+
Sets whether to print original names of attributes or aliases if
132+
defined.
133+
134+
.. versionadded:: 3.6
135+
%End
136+
137+
bool attributeDisplayName() const;
138+
%Docstring
139+
Returns whether original names of attributes or aliases are printed.
140+
141+
.. versionadded:: 3.6
127142
%End
128143

129144
void setVectorLayer( QgsVectorLayer *vectorLayer );

0 commit comments

Comments
 (0)
Please sign in to comment.