This commit is contained in:
Nyall Dawson 2024-09-03 16:10:04 +10:00
parent 8b0427b81f
commit 60e376826d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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