Skip to content

Commit

Permalink
Fix documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2018
1 parent 7c6eaf3 commit bcaad3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/mesh/qgsmeshlayer.sip.in
Expand Up @@ -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();

Expand Down
1 change: 1 addition & 0 deletions src/core/mesh/qgsmeshlayer.h
Expand Up @@ -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() );
Expand Down

0 comments on commit bcaad3a

Please sign in to comment.