mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -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 );
|
static Qgis::DataProviderReadFlags providerReadFlags( const QDomNode &layerNode, QgsMapLayer::ReadFlags layerReadFlags );
|
||||||
%Docstring
|
%Docstring
|
||||||
Returns provider read flag deduced from layer read flags ``layerReadFlags`` and a dom node ``layerNode``
|
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.
|
This static method is used when loading a project.
|
||||||
|
|
||||||
.. versionadded:: 3.32
|
.. 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 );
|
static Qgis::DataProviderReadFlags providerReadFlags( const QDomNode &layerNode, QgsMapLayer::ReadFlags layerReadFlags );
|
||||||
%Docstring
|
%Docstring
|
||||||
Returns provider read flag deduced from layer read flags ``layerReadFlags`` and a dom node ``layerNode``
|
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.
|
This static method is used when loading a project.
|
||||||
|
|
||||||
.. versionadded:: 3.32
|
.. 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
|
* 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.
|
* This static method is used when loading a project.
|
||||||
*
|
*
|
||||||
* \since QGIS 3.32
|
* \since QGIS 3.32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user