summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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}