Skip to content

Commit

Permalink
Update doc to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 10, 2021
1 parent 3799f60 commit 1970df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsmaplayer.sip.in
Expand Up @@ -514,7 +514,7 @@ WGS84 extent is returned.


:param forceRecalculate: True to return the current WGS84 extent whatever the read flags :param forceRecalculate: True to return the current WGS84 extent whatever the read flags


.. versionadded:: 3.18 .. versionadded:: 3.20
%End %End


bool isValid() const; bool isValid() const;
Expand Down Expand Up @@ -1818,7 +1818,7 @@ Invalidates the WGS84 extent. If FlagTrustLayerMetadata is enabled,
the extent is not invalidated because we want to trust metadata whatever the extent is not invalidated because we want to trust metadata whatever
happens. happens.


.. versionadded:: 3.18 .. versionadded:: 3.20
%End %End




Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsmaplayer.h
Expand Up @@ -520,7 +520,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* WGS84 extent read in the qgs project is returned. Otherwise, the actual * WGS84 extent read in the qgs project is returned. Otherwise, the actual
* WGS84 extent is returned. * WGS84 extent is returned.
* \param forceRecalculate True to return the current WGS84 extent whatever the read flags * \param forceRecalculate True to return the current WGS84 extent whatever the read flags
* \since QGIS 3.18 * \since QGIS 3.20
*/ */
QgsRectangle wgs84Extent( bool forceRecalculate = false ) const; QgsRectangle wgs84Extent( bool forceRecalculate = false ) const;


Expand Down Expand Up @@ -1616,7 +1616,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* Invalidates the WGS84 extent. If FlagTrustLayerMetadata is enabled, * Invalidates the WGS84 extent. If FlagTrustLayerMetadata is enabled,
* the extent is not invalidated because we want to trust metadata whatever * the extent is not invalidated because we want to trust metadata whatever
* happens. * happens.
* \since QGIS 3.18 * \since QGIS 3.20
*/ */
void invalidateWgs84Extent(); void invalidateWgs84Extent();


Expand Down

0 comments on commit 1970df7

Please sign in to comment.