Skip to content

Commit

Permalink
Update sip
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent eee940d commit 7f19cb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/core/auto_generated/qgsjsonutils.sip.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ Sets whether to include attributes of features linked via references in the JSON
Returns whether attributes of related (child) features will be included in the JSON exports. Returns whether attributes of related (child) features will be included in the JSON exports.


.. seealso:: :py:func:`setIncludeRelated` .. seealso:: :py:func:`setIncludeRelated`
%End

void setAttributeDisplayName( bool displayName );
%Docstring
Sets whether to print original names of attributes or aliases if
defined.

.. versionadded:: 3.6
%End

bool attributeDisplayName() const;
%Docstring
Returns whether original names of attributes or aliases are printed.

.. versionadded:: 3.6
%End %End


void setVectorLayer( QgsVectorLayer *vectorLayer ); void setVectorLayer( QgsVectorLayer *vectorLayer );
Expand Down

0 comments on commit 7f19cb8

Please sign in to comment.