Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update sip
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent 5da6004 commit 8e3f7b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions python/core/auto_generated/qgsjsonutils.sip.in
Expand Up @@ -67,6 +67,26 @@ Sets whether to include geometry in the JSON exports.
Returns whether geometry will be included in the JSON exports.

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

void setIncludeName( bool includeName );
%Docstring
Sets whether to include layer's name in the JSON exports.

:param includeName: set to false to prevent name inclusion

.. seealso:: :py:func:`includeName`

.. versionadded:: 3.6
%End

bool includeName() const;
%Docstring
Returns whether layer's name will be included in the JSON exports.

.. seealso:: :py:func:`setIncludeName`

.. versionadded:: 3.6
%End

void setIncludeAttributes( bool includeAttributes );
Expand Down

0 comments on commit 8e3f7b1

Please sign in to comment.