diff --git a/src/quick/items/qquicktreeview.cpp b/src/quick/items/qquicktreeview.cpp index be83fe4b5a..b6547e8bcd 100644 --- a/src/quick/items/qquicktreeview.cpp +++ b/src/quick/items/qquicktreeview.cpp @@ -154,6 +154,7 @@ /*! \qmlmethod QtQuick::TreeView::expandRecursively(row = -1, depth = -1) + \since 6.4 Expands the tree node at the given \a row in the view recursively down to \a depth. \a depth should be relative to the depth of \a row. If @@ -189,6 +190,7 @@ /*! \qmlmethod QtQuick::TreeView::collapseRecursively(row = -1) + \since 6.4 Collapses the tree node at the given \a row in the view recursively down to all leaves.