Skip to content

Commit c130eb7

Browse files
JuhoErvastinyalldawson
authored andcommitted
Add \since to new functions
1 parent 795a792 commit c130eb7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

python/PyQt6/core/auto_generated/symbology/qgssymbol.sip.in

+4
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,8 @@ Returns the units for the buffer size.
899899
.. seealso:: :py:func:`extentBuffer`
900900

901901
.. seealso:: :py:func:`setExtentBufferSizeUnit`
902+
903+
.. versionadded:: 3.42
902904
%End
903905

904906
void setExtentBufferSizeUnit( Qgis::RenderUnit unit );
@@ -908,6 +910,8 @@ Sets the ``unit`` used for the extent buffer.
908910
.. seealso:: :py:func:`setExtentBuffer`
909911

910912
.. seealso:: :py:func:`extentBufferSizeUnit`
913+
914+
.. versionadded:: 3.42
911915
%End
912916

913917
protected:

python/core/auto_generated/symbology/qgssymbol.sip.in

+4
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,8 @@ Returns the units for the buffer size.
899899
.. seealso:: :py:func:`extentBuffer`
900900

901901
.. seealso:: :py:func:`setExtentBufferSizeUnit`
902+
903+
.. versionadded:: 3.42
902904
%End
903905

904906
void setExtentBufferSizeUnit( Qgis::RenderUnit unit );
@@ -908,6 +910,8 @@ Sets the ``unit`` used for the extent buffer.
908910
.. seealso:: :py:func:`setExtentBuffer`
909911

910912
.. seealso:: :py:func:`extentBufferSizeUnit`
913+
914+
.. versionadded:: 3.42
911915
%End
912916

913917
protected:

src/core/symbology/qgssymbol.h

+2
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ class CORE_EXPORT QgsSymbol
892892
*
893893
* \see extentBuffer()
894894
* \see setExtentBufferSizeUnit()
895+
* \since QGIS 3.42
895896
*/
896897
Qgis::RenderUnit extentBufferSizeUnit() const { return mExtentBufferSizeUnit; }
897898

@@ -900,6 +901,7 @@ class CORE_EXPORT QgsSymbol
900901
*
901902
* \see setExtentBuffer()
902903
* \see extentBufferSizeUnit()
904+
* \since QGIS 3.42
903905
*/
904906
void setExtentBufferSizeUnit( Qgis::RenderUnit unit ) { mExtentBufferSizeUnit = unit; }
905907

0 commit comments

Comments
 (0)