aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2022-02-16 09:32:16 +0100
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2022-02-18 00:09:42 +0100
commit7eeeb605f0d0c8c49c245e1f9d5738e4af6178cb (patch)
tree6d72de2dbe57caec6202e364a9f75dfc0eaa15cb
parent6a4da28aeaa9327ab1f27230d05edc4e935e2a5d (diff)
QQuickTreeView: add missing \since 6.4 lines
Change-Id: I5cec24e231c9dc22d384afa5716a1758f59c0311 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/quick/items/qquicktreeview.cpp2
1 files changed, 2 insertions, 0 deletions
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.