mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
Fix documentation warning
This commit is contained in:
parent
7c6eaf3d46
commit
bcaad3a5dc
@ -95,6 +95,7 @@ data.
|
||||
parameters used by the data provider as url query items.
|
||||
:param baseName: The name used to represent the layer in the legend
|
||||
:param providerLib: The name of the data provider, e.g., "mesh_memory", "mdal"
|
||||
:param options: general mesh layer options
|
||||
%End
|
||||
~QgsMeshLayer();
|
||||
|
||||
|
@ -111,6 +111,7 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer
|
||||
* parameters used by the data provider as url query items.
|
||||
* \param baseName The name used to represent the layer in the legend
|
||||
* \param providerLib The name of the data provider, e.g., "mesh_memory", "mdal"
|
||||
* \param options general mesh layer options
|
||||
*/
|
||||
explicit QgsMeshLayer( const QString &path = QString(), const QString &baseName = QString(), const QString &providerLib = "mesh_memory",
|
||||
const QgsMeshLayer::LayerOptions &options = QgsMeshLayer::LayerOptions() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user