model-view-programming.qdoc: Add missing list/endlist
Fixes qdoc-warnings:
qtbase/src/widgets/doc/src/model-view-programming.qdoc:2076: warning: Command '\li' outside of '\list' and '\table'
qtbase/src/widgets/doc/src/model-view-programming.qdoc:2077: warning: Command '\li' outside of '\list' and '\table'
qtbase/src/widgets/doc/src/model-view-programming.qdoc:2078: warning: Command '\li' outside of '\list' and '\table'
qtbase/src/widgets/doc/src/model-view-programming.qdoc:2079: warning: Command '\li' outside of '\list' and '\table'
Amends change 7adfe7494b.
Change-Id: Ifa1121ba743c17d7223058e780ad03211565e3ff
Reviewed-by: David Faure <david.faure@kdab.com>
bb10
parent
b0649df7d6
commit
fc893d949c
|
|
@ -2073,10 +2073,12 @@
|
|||
model's structure, perhaps involving internal reorganization, sorting of data or
|
||||
any other structural change, it is necessary to perform the following sequence:
|
||||
|
||||
\list
|
||||
\li Emit the \l{QAbstractItemModel::layoutAboutToBeChanged()}{layoutAboutToBeChanged()} signal
|
||||
\li Update internal data which represents the structure of the model.
|
||||
\li Update persistent indexes using \l{QAbstractItemModel::changePersistentIndexList()}{changePersistentIndexList()}
|
||||
\li Emit the \l{QAbstractItemModel::layoutChanged()}{layoutChanged()} signal.
|
||||
\endlist
|
||||
|
||||
This sequence can be used for any structural update in lieu of the more
|
||||
high-level and convenient protected methods. For example, if a model of
|
||||
|
|
|
|||
Loading…
Reference in New Issue