Skip to content
Permalink
Browse files
fix mesh doc (#52279)
  • Loading branch information
vcloarec committed Mar 17, 2023
1 parent 4c74bd9 commit f6d4ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
@@ -847,14 +847,10 @@ Appends a child ``item``.

void removeChild( QgsMeshDatasetGroupTreeItem *item /Transfer/ );
%Docstring
Removes a item child if exists
Removes and destroy a item child if exists

:param item: the item to append

.. note::

takes ownership of item

.. versionadded:: 3.16
%End

@@ -891,11 +891,9 @@ class CORE_EXPORT QgsMeshDatasetGroupTreeItem
void appendChild( QgsMeshDatasetGroupTreeItem *item SIP_TRANSFER );

/**
* Removes a item child if exists
* Removes and destroy a item child if exists
* \param item the item to append
*
* \note takes ownership of item
*
* \since QGIS 3.16
*/
void removeChild( QgsMeshDatasetGroupTreeItem *item SIP_TRANSFER );

0 comments on commit f6d4ad3

Please sign in to comment.