summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.co.uk>2010-06-14 23:51:31 (GMT)
committerAndreas Kling <andreas.kling@nokia.com>2010-06-14 23:51:31 (GMT)
commit3e72884174b2894b6007f90b6c1298f1ba4da4a9 (patch)
tree7a8f3ccaa2463e290f647cc558bbc4fe745b5acc /src/corelib/kernel
parentb6f32b841c27670a8a69889f073b179e7a4844b2 (diff)
downloadQt-3e72884174b2894b6007f90b6c1298f1ba4da4a9.zip
Qt-3e72884174b2894b6007f90b6c1298f1ba4da4a9.tar.gz
Qt-3e72884174b2894b6007f90b6c1298f1ba4da4a9.tar.bz2
Fix a minor typo in QAbstractItemModel's documentation.
Merge-request: 687 Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qabstractitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qabstractitemmodel.cpp b/src/corelib/kernel/qabstractitemmodel.cpp
index b0e2f48..8415259 100644
--- a/src/corelib/kernel/qabstractitemmodel.cpp
+++ b/src/corelib/kernel/qabstractitemmodel.cpp
@@ -2854,7 +2854,7 @@ void QAbstractItemModel::endMoveColumns()
\note Use beginResetModel() and endResetModel() instead whenever possible.
Use this method only if there is no way to call beginResetModel() before invalidating the model.
- Otherwise it could lead to unexcpected behaviour, especially when used with proxy models.
+ Otherwise it could lead to unexpected behaviour, especially when used with proxy models.
*/
void QAbstractItemModel::reset()
{