Update sip

This commit is contained in:
Blottiere Paul 2019-01-24 10:08:39 +00:00
parent 724813a52e
commit 7dbc96b614

View File

@ -67,26 +67,6 @@ Sets whether to include geometry in the JSON exports.
Returns whether geometry will be included in the JSON exports. Returns whether geometry will be included in the JSON exports.
.. seealso:: :py:func:`setIncludeGeometry` .. 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 %End
void setIncludeAttributes( bool includeAttributes ); void setIncludeAttributes( bool includeAttributes );