From 60e376826d118f1cbe44bae77015696c221d21a8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 3 Sep 2024 16:10:04 +1000 Subject: [PATCH] Fix tag --- python/PyQt6/core/auto_generated/qgsmaplayer.sip.in | 2 +- python/core/auto_generated/qgsmaplayer.sip.in | 2 +- src/core/qgsmaplayer.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/PyQt6/core/auto_generated/qgsmaplayer.sip.in b/python/PyQt6/core/auto_generated/qgsmaplayer.sip.in index 664c37ce2bb..a010c23e23f 100644 --- a/python/PyQt6/core/auto_generated/qgsmaplayer.sip.in +++ b/python/PyQt6/core/auto_generated/qgsmaplayer.sip.in @@ -1786,7 +1786,7 @@ Returns true if map tips are enabled for this layer static Qgis::DataProviderReadFlags providerReadFlags( const QDomNode &layerNode, QgsMapLayer::ReadFlags layerReadFlags ); %Docstring Returns provider read flag deduced from layer read flags ``layerReadFlags`` and a dom node ``layerNode`` -that describes a layer (corresponding to ``maplayer'' tag in a DOM document project file read by :py:class:`QgsProject`). +that describes a layer (corresponding to ``maplayer`` tag in a DOM document project file read by :py:class:`QgsProject`). This static method is used when loading a project. .. versionadded:: 3.32 diff --git a/python/core/auto_generated/qgsmaplayer.sip.in b/python/core/auto_generated/qgsmaplayer.sip.in index 2c72ea8dfec..e4f81b53407 100644 --- a/python/core/auto_generated/qgsmaplayer.sip.in +++ b/python/core/auto_generated/qgsmaplayer.sip.in @@ -1786,7 +1786,7 @@ Returns true if map tips are enabled for this layer static Qgis::DataProviderReadFlags providerReadFlags( const QDomNode &layerNode, QgsMapLayer::ReadFlags layerReadFlags ); %Docstring Returns provider read flag deduced from layer read flags ``layerReadFlags`` and a dom node ``layerNode`` -that describes a layer (corresponding to ``maplayer'' tag in a DOM document project file read by :py:class:`QgsProject`). +that describes a layer (corresponding to ``maplayer`` tag in a DOM document project file read by :py:class:`QgsProject`). This static method is used when loading a project. .. versionadded:: 3.32 diff --git a/src/core/qgsmaplayer.h b/src/core/qgsmaplayer.h index e4a5b0fe031..3b84b590558 100644 --- a/src/core/qgsmaplayer.h +++ b/src/core/qgsmaplayer.h @@ -1789,7 +1789,7 @@ class CORE_EXPORT QgsMapLayer : public QObject /** * Returns provider read flag deduced from layer read flags \a layerReadFlags and a dom node \a layerNode - * that describes a layer (corresponding to ``maplayer'' tag in a DOM document project file read by QgsProject). + * that describes a layer (corresponding to ``maplayer`` tag in a DOM document project file read by QgsProject). * This static method is used when loading a project. * * \since QGIS 3.32