Skip to content

Commit

Permalink
Update version added string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 29, 2018
1 parent 257e5e5 commit 61f98ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsfeature.sip.in
Expand Up @@ -337,7 +337,7 @@ The feature will be made valid after calling this method.

.. seealso:: :py:func:`clearGeometry`

.. versionadded:: 3.6
.. versionadded:: 3.4.3
%End
%MethodCode
sipCpp->setGeometry( std::unique_ptr< QgsAbstractGeometry>( a0 ) );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsfeature.h
Expand Up @@ -351,7 +351,7 @@ class CORE_EXPORT QgsFeature
* The feature will be made valid after calling this method.
* \see geometry()
* \see clearGeometry()
* \since QGIS 3.6
* \since QGIS 3.4.3
*/
#ifndef SIP_RUN
void setGeometry( std::unique_ptr< QgsAbstractGeometry > geometry );
Expand Down

0 comments on commit 61f98ee

Please sign in to comment.