QQuickTreeView: add missing \since 6.4 lines

Change-Id: I5cec24e231c9dc22d384afa5716a1758f59c0311
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
Richard Moe Gustavsen 2022-02-16 09:32:16 +01:00
parent 6a4da28aea
commit 7eeeb605f0
1 changed files with 2 additions and 0 deletions

View File

@ -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.