Doc: remove wrong note in QTreeWidget::itemWidget.
The note is already in setItemWidget where it makes sense. This looks like a copy/paste error; this method doesn't change anything in terms of ownership, it's a getter. Change-Id: Idc963787b81f53fb37bbe59e9bf35f47d3441b34 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>bb10
parent
2f097d4e23
commit
416c099205
|
|
@ -2934,8 +2934,6 @@ void QTreeWidget::closePersistentEditor(QTreeWidgetItem *item, int column)
|
|||
|
||||
Returns the widget displayed in the cell specified by \a item and the given \a column.
|
||||
|
||||
\note The tree takes ownership of the widget.
|
||||
|
||||
*/
|
||||
QWidget *QTreeWidget::itemWidget(QTreeWidgetItem *item, int column) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue