Skip to content

Commit bcaad3a

Browse files
committedMay 25, 2018
Fix documentation warning
1 parent 7c6eaf3 commit bcaad3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎python/core/auto_generated/mesh/qgsmeshlayer.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ data.
9595
parameters used by the data provider as url query items.
9696
:param baseName: The name used to represent the layer in the legend
9797
:param providerLib: The name of the data provider, e.g., "mesh_memory", "mdal"
98+
:param options: general mesh layer options
9899
%End
99100
~QgsMeshLayer();
100101

‎src/core/mesh/qgsmeshlayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer
111111
* parameters used by the data provider as url query items.
112112
* \param baseName The name used to represent the layer in the legend
113113
* \param providerLib The name of the data provider, e.g., "mesh_memory", "mdal"
114+
* \param options general mesh layer options
114115
*/
115116
explicit QgsMeshLayer( const QString &path = QString(), const QString &baseName = QString(), const QString &providerLib = "mesh_memory",
116117
const QgsMeshLayer::LayerOptions &options = QgsMeshLayer::LayerOptions() );

0 commit comments

Comments
 (0)
Please sign in to comment.