Add docs to clarify and restrict what the LayoutChangeHint means.

Change-Id: I1b786c5151bcce253b6afa1eebc85e864ed7e91f
Reviewed-by: David Faure <david.faure@kdab.com>
bb10
Stephen Kelly 2012-10-04 12:37:07 +02:00 committed by The Qt Project
parent 5fe272f68a
commit 356f675592
1 changed files with 4 additions and 0 deletions

View File

@ -1331,6 +1331,10 @@ void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent,
\value NoLayoutChangeHint No hint is available.
\value VerticalSortHint Rows are being sorted.
\value HorizontalSortHint Columns are being sorted.
Note that VerticalSortHint and HorizontalSortHint carry the meaning that
items are being moved within the same parent, not moved to a different
parent in the model, and not filtered out or in.
*/
/*!