Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Dec 12, 2024
1 parent dfdd57a commit 2945eb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/PyQt6/core/auto_generated/mesh/qgsmeshlayer.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,9 @@ Extracts minimum and maximum value for active scalar dataset on mesh faces.
%Docstring
Returns current active scalar dataset index for current renderer context.

.. versionadded:: 3.42
%End

bool datasetsPathUnique( const QString &path );
%Docstring
Checks whether that datasets path is already added to this mesh layer. Return ``True`` if the
Expand Down
3 changes: 3 additions & 0 deletions python/core/auto_generated/mesh/qgsmeshlayer.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,9 @@ Extracts minimum and maximum value for active scalar dataset on mesh faces.
%Docstring
Returns current active scalar dataset index for current renderer context.

.. versionadded:: 3.42
%End

bool datasetsPathUnique( const QString &path );
%Docstring
Checks whether that datasets path is already added to this mesh layer. Return ``True`` if the
Expand Down
2 changes: 1 addition & 1 deletion src/core/mesh/qgsmeshlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer, public QgsAbstractProfileSo
* \since QGIS 3.42
*/
QgsMeshDatasetIndex activeScalarDatasetIndex( QgsRenderContext &rendererContext );

/**
* Checks whether that datasets path is already added to this mesh layer. Return TRUE if the
* dataset path is not already added.
Expand Down

0 comments on commit 2945eb2

Please sign in to comment.