Skip to content

Commit

Permalink
fix version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and github-actions[bot] committed Apr 26, 2023
1 parent b3e8288 commit db50cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mesh/qgsmeshdatasetgroupstore.h
Expand Up @@ -230,14 +230,14 @@ class QgsMeshDatasetGroupStore: public QObject
/**
* Returns the global dataset group index of the dataset with name \a groupName
*
* \since QGIS 3.30.1
* \since QGIS 3.30.2
*/
int indexFromGroupName( const QString &groupName ) const;

/**
* Returns the name of the dataset group with global index \a groupIndex
*
* \since QGIS 3.30.1
* \since QGIS 3.30.2
*/
QString groupName( int groupIndex ) const;

Expand Down

0 comments on commit db50cbe

Please sign in to comment.