Skip to content

Commit

Permalink
Update src/core/mesh/qgsmeshlayer.h
Browse files Browse the repository at this point in the history
Co-authored-by: Stefanos Natsis <[email protected]>
  • Loading branch information
vcloarec and uclaros committed Oct 20, 2022
1 parent bff1e7b commit a1e820f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/mesh/qgsmeshlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,10 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer, public QgsAbstractProfileSo
/**
* Starts editing of the mesh frame. Coordinate \a transform used to initialize the triangular mesh if needed.
* This operation will disconnect the mesh layer from the data provider and removes all existing dataset group.
* Returns FALSE if starting fails and the error that is the reason (No error, if the mesh is not editable or already in edit mode).
* Returns FALSE if starting fails and the \a error that is the reason (No error, if the mesh is not editable or already in edit mode).
*
* If fixErrors is set to TRUE, errors will be attempted to be fixed.
* In that case returns FALSE if there is an error that could not be fixed and the remaining error.
* If \a fixErrors is set to TRUE, errors will be attempted to be fixed.
* In that case returns FALSE if there is an error that could not be fixed and the remaining \a error.
*
* \since QGIS 3.28
*/
Expand Down

0 comments on commit a1e820f

Please sign in to comment.