We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257e5e5 commit 61f98eeCopy full SHA for 61f98ee
python/core/auto_generated/qgsfeature.sip.in
@@ -337,7 +337,7 @@ The feature will be made valid after calling this method.
337
338
.. seealso:: :py:func:`clearGeometry`
339
340
-.. versionadded:: 3.6
+.. versionadded:: 3.4.3
341
%End
342
%MethodCode
343
sipCpp->setGeometry( std::unique_ptr< QgsAbstractGeometry>( a0 ) );
src/core/qgsfeature.h
@@ -351,7 +351,7 @@ class CORE_EXPORT QgsFeature
351
* The feature will be made valid after calling this method.
352
* \see geometry()
353
* \see clearGeometry()
354
- * \since QGIS 3.6
+ * \since QGIS 3.4.3
355
*/
356
#ifndef SIP_RUN
357
void setGeometry( std::unique_ptr< QgsAbstractGeometry > geometry );
0 commit comments