diff options
author | Robin Burchell <robin.burchell@collabora.co.uk> | 2010-06-14 23:51:31 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2010-06-14 23:51:31 (GMT) |
commit | 3e72884174b2894b6007f90b6c1298f1ba4da4a9 (patch) | |
tree | 7a8f3ccaa2463e290f647cc558bbc4fe745b5acc /src | |
parent | b6f32b841c27670a8a69889f073b179e7a4844b2 (diff) | |
download | Qt-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')
-rw-r--r-- | src/corelib/kernel/qabstractitemmodel.cpp | 2 |
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() { |