summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2010-10-06 14:08:52 (GMT)
committerGeir Vattekar <geir.vattekar@nokia.com>2010-10-06 14:08:52 (GMT)
commitd0cefe5e80259f089cba73e98610a6bbf93f706a (patch)
treeb4bbbdb4f01569f9f4d3894b2c8f9c95b3d70bd2 /src/corelib/kernel
parent1c23776a78801d9466fa85af36919125de12a77f (diff)
downloadQt-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.cpp5
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()
*/