summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-29 13:12:50 (GMT)
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-29 13:14:42 (GMT)
commit680023c4921019614948c277cde5498645836cb9 (patch)
treea8c8d5d5e8ed4bb68710bc30edba6e8c34621823 /src/corelib/kernel
parentc9b588f419145caa6ab1d1040a3452783fc9577a (diff)
downloadQt-680023c4921019614948c277cde5498645836cb9.zip
Qt-680023c4921019614948c277cde5498645836cb9.tar.gz
Qt-680023c4921019614948c277cde5498645836cb9.tar.bz2
Fix typo in docs: occurred.
Reviewed-by: gabi
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 81cb5ff..ddf1fbb 100644
--- a/src/corelib/kernel/qabstractitemmodel.cpp
+++ b/src/corelib/kernel/qabstractitemmodel.cpp
@@ -1778,7 +1778,7 @@ QMimeData *QAbstractItemModel::mimeData(const QModelIndexList &indexes) const
When \a row and \a column are -1 it means that the dropped data should be
considered as dropped directly on \a parent. Usually this will mean
appending the data as child items of \a parent. If \a row and column are
- greater than or equal zero, it means that the drop occured just before the
+ greater than or equal zero, it means that the drop occurred just before the
specified \a row and \a column in the specified \a parent.
\sa supportedDropActions(), {Using drag and drop with item views}