Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db50cbe

Browse files
vcloarecgithub-actions[bot]
authored andcommittedApr 26, 2023
fix version in doc
1 parent b3e8288 commit db50cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/mesh/qgsmeshdatasetgroupstore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ class QgsMeshDatasetGroupStore: public QObject
230230
/**
231231
* Returns the global dataset group index of the dataset with name \a groupName
232232
*
233-
* \since QGIS 3.30.1
233+
* \since QGIS 3.30.2
234234
*/
235235
int indexFromGroupName( const QString &groupName ) const;
236236

237237
/**
238238
* Returns the name of the dataset group with global index \a groupIndex
239239
*
240-
* \since QGIS 3.30.1
240+
* \since QGIS 3.30.2
241241
*/
242242
QString groupName( int groupIndex ) const;
243243

0 commit comments

Comments
 (0)
Please sign in to comment.