Skip to content

Commit 61f98ee

Browse files
committed
Update version added string
1 parent 257e5e5 commit 61f98ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/qgsfeature.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The feature will be made valid after calling this method.
337337

338338
.. seealso:: :py:func:`clearGeometry`
339339

340-
.. versionadded:: 3.6
340+
.. versionadded:: 3.4.3
341341
%End
342342
%MethodCode
343343
sipCpp->setGeometry( std::unique_ptr< QgsAbstractGeometry>( a0 ) );

src/core/qgsfeature.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class CORE_EXPORT QgsFeature
351351
* The feature will be made valid after calling this method.
352352
* \see geometry()
353353
* \see clearGeometry()
354-
* \since QGIS 3.6
354+
* \since QGIS 3.4.3
355355
*/
356356
#ifndef SIP_RUN
357357
void setGeometry( std::unique_ptr< QgsAbstractGeometry > geometry );

0 commit comments

Comments
 (0)