Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and wonder-sk committed Jan 14, 2021
1 parent fd5dfa1 commit 4b9f82d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions python/core/auto_generated/qgsmaprenderercache.sip.in
Expand Up @@ -117,9 +117,7 @@ The ``cacheKey`` usually matches the :py:func:`QgsMapLayer.id()` which
the image is a render of.
Returns a null image if it is not cached.

.. seealso:: :py:func:`setCacheImage`

.. seealso:: :py:func:`hasCacheImageWithAnyParameters`
.. seealso:: :py:func:`hasAnyCacheImage`

.. versionadded:: 3.18
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsmaprenderercache.h
Expand Up @@ -121,8 +121,8 @@ class CORE_EXPORT QgsMapRendererCache : public QObject
* The \a cacheKey usually matches the QgsMapLayer::id() which
* the image is a render of.
* Returns a null image if it is not cached.
* \see setCacheImage()
* \see hasCacheImageWithAnyParameters()
*
* \see hasAnyCacheImage()
*
* \since QGIS 3.18
*/
Expand Down

0 comments on commit 4b9f82d

Please sign in to comment.