From 7eeeb605f0d0c8c49c245e1f9d5738e4af6178cb Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Wed, 16 Feb 2022 09:32:16 +0100 Subject: [PATCH] QQuickTreeView: add missing \since 6.4 lines Change-Id: I5cec24e231c9dc22d384afa5716a1758f59c0311 Reviewed-by: Mitch Curtis --- src/quick/items/qquicktreeview.cpp | 2 ++ 1 file changed, 2 insertions(+) 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.