From 9b2d1dbe5f01e7a4369ba53250871aec8a26d396 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sat, 1 Jun 2024 15:57:00 +0700 Subject: [PATCH] Tweak documentation --- .../auto_generated/vector/qgsvectorlayertoolscontext.sip.in | 2 +- .../auto_generated/vector/qgsvectorlayertoolscontext.sip.in | 2 +- src/core/vector/qgsvectorlayertoolscontext.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/PyQt6/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in b/python/PyQt6/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in index 440c8b38b935..583824636a16 100644 --- a/python/PyQt6/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in +++ b/python/PyQt6/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in @@ -60,7 +60,7 @@ Returns the optional expression context used by the vector layer tools. %Docstring Sets an additional expression context scope to be made available when calculating expressions. -:param scope: additional scope +:param scope: additional scope. Ownership is not transferred and a copy will be made. .. seealso:: :py:func:`additionalExpressionContextScope` %End diff --git a/python/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in b/python/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in index 440c8b38b935..583824636a16 100644 --- a/python/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in +++ b/python/core/auto_generated/vector/qgsvectorlayertoolscontext.sip.in @@ -60,7 +60,7 @@ Returns the optional expression context used by the vector layer tools. %Docstring Sets an additional expression context scope to be made available when calculating expressions. -:param scope: additional scope +:param scope: additional scope. Ownership is not transferred and a copy will be made. .. seealso:: :py:func:`additionalExpressionContextScope` %End diff --git a/src/core/vector/qgsvectorlayertoolscontext.h b/src/core/vector/qgsvectorlayertoolscontext.h index 4a1837827c46..f640c085ddd7 100644 --- a/src/core/vector/qgsvectorlayertoolscontext.h +++ b/src/core/vector/qgsvectorlayertoolscontext.h @@ -62,7 +62,7 @@ class CORE_EXPORT QgsVectorLayerToolsContext /** * Sets an additional expression context scope to be made available when calculating expressions. - * \param scope additional scope + * \param scope additional scope. Ownership is not transferred and a copy will be made. * \see additionalExpressionContextScope() */ void setAdditionalExpressionContextScope( QgsExpressionContextScope *scope );