From 64449abe17e34e02dcaa9791203e3a5065c9d1a7 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Tue, 7 Dec 2021 17:56:27 +0100 Subject: QTableWidget doc: remove wrong comment for itemExpanded() Since Qt5.1 (80fa4b6c8ef) 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 --- src/widgets/itemviews/qtreewidget.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/widgets/itemviews/qtreewidget.cpp b/src/widgets/itemviews/qtreewidget.cpp index cc94149e84..31e075a788 100644 --- a/src/widgets/itemviews/qtreewidget.cpp +++ b/src/widgets/itemviews/qtreewidget.cpp @@ -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() */ -- cgit v1.2.3