Document non-intuitive behavior of QTreeWidgetItem::setHidden().

Task-number: QTBUG-30366
Change-Id: I02e098fbf0e3a44794ed0e1b1bf533c1c9ad5632
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Christian Kandeler 2014-09-18 17:43:21 +02:00
parent a5df2e7120
commit c6c0eb084a

View File

@ -1010,6 +1010,9 @@ void QTreeModel::timerEvent(QTimerEvent *ev)
\since 4.2
Hides the item if \a hide is true, otherwise shows the item.
\note A call to this function has no effect if the item is not currently in a view. In particular,
calling \c setHidden(true) on an item and only then adding it to a view will result in
a visible item.
\sa isHidden()
*/