Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and github-actions[bot] committed Sep 14, 2021
1 parent a533ea2 commit c21752d
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/qgsmapsettings.sip.in
Expand Up @@ -493,7 +493,7 @@ Returns the visible area as a polygon (may be rotated) with extent buffer includ

.. seealso:: :py:func:`extentBuffer`

.. versionadded:: 3.20
.. versionadded:: 3.22
%End

double mapUnitsPerPixel() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmapsettings.h
Expand Up @@ -453,7 +453,7 @@ class CORE_EXPORT QgsMapSettings : public QgsTemporalRangeObject
/**
* Returns the visible area as a polygon (may be rotated) with extent buffer included
* \see extentBuffer()
* \since QGIS 3.20
* \since QGIS 3.22
*/
QPolygonF visiblePolygonWithBuffer() const;

Expand Down

0 comments on commit c21752d

Please sign in to comment.