QTableWidget doc: remove wrong comment for itemExpanded()

Since Qt5.1 (80fa4b6c8e) expandAll() emits expanded() but within this
change, the comment in itemExpanded() was forgotten.

Pick-to: 6.2
Pick-to: 5.15
Change-Id: Ic487e5f8999d6af27a4747b861464058faf03889
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Christian Ehrlicher 2021-12-07 17:56:27 +01:00
parent c7248a3879
commit 64449abe17
1 changed files with 0 additions and 3 deletions

View File

@ -2513,9 +2513,6 @@ void QTreeWidgetPrivate::_q_dataChanged(const QModelIndex &topLeft,
This signal is emitted when the specified \a item is expanded so that
all of its children are displayed.
\note This signal will not be emitted if an item changes its state when
expandAll() is invoked.
\sa QTreeWidgetItem::isExpanded(), itemCollapsed(), expandItem()
*/