[DOCS] TreeItem: Small fix for remove_child()

(cherry picked from commit 25b5242d9f)
This commit is contained in:
Max Hilbrunner 2018-06-18 03:28:26 +02:00 committed by Rémi Verschelde
parent 3d8e49d9e8
commit 9530ce9d3f

View File

@ -308,7 +308,7 @@
<argument index="0" name="child" type="Object"> <argument index="0" name="child" type="Object">
</argument> </argument>
<description> <description>
Removes the child TreeItem at index [code]index[/code]. Removes the given child TreeItem.
</description> </description>
</method> </method>
<method name="select"> <method name="select">