diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-10-06 14:08:52 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-10-06 14:08:52 (GMT) |
commit | d0cefe5e80259f089cba73e98610a6bbf93f706a (patch) | |
tree | b4bbbdb4f01569f9f4d3894b2c8f9c95b3d70bd2 /src/corelib/kernel | |
parent | 1c23776a78801d9466fa85af36919125de12a77f (diff) | |
download | Qt-d0cefe5e80259f089cba73e98610a6bbf93f706a.zip Qt-d0cefe5e80259f089cba73e98610a6bbf93f706a.tar.gz Qt-d0cefe5e80259f089cba73e98610a6bbf93f706a.tar.bz2 |
Doc: Fixed doc references to non-existing API
Task-number: QTBUG-13632
Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r-- | src/corelib/kernel/qabstractitemmodel.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/kernel/qabstractitemmodel.cpp b/src/corelib/kernel/qabstractitemmodel.cpp index 9a99ea1..6e37aee 100644 --- a/src/corelib/kernel/qabstractitemmodel.cpp +++ b/src/corelib/kernel/qabstractitemmodel.cpp @@ -1336,14 +1336,13 @@ void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent, layoutChanged(). In other words, when the structure changes: \list - \o Call beginLayoutChanged() + \o emit layoutAboutToBeChanged \o Remember the QModelIndex that will change \o Update your internal data \o Call changePersistentIndex() - \o Call endLayoutChanged() + \o emit layoutChanged \endlist - \sa layoutAboutToBeChanged(), dataChanged(), headerDataChanged(), modelReset(), changePersistentIndex() */ |