Fix documentation warning

This commit is contained in:
Nyall Dawson 2018-05-21 16:27:00 +10:00
parent 7c6eaf3d46
commit bcaad3a5dc
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -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() );