mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix tag
This commit is contained in:
parent
8b0427b81f
commit
60e376826d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user