Add docs to clarify and restrict what the LayoutChangeHint means.
Change-Id: I1b786c5151bcce253b6afa1eebc85e864ed7e91f Reviewed-by: David Faure <david.faure@kdab.com>bb10
parent
5fe272f68a
commit
356f675592
|
|
@ -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.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue