From 680023c4921019614948c277cde5498645836cb9 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 29 Jun 2011 15:12:50 +0200 Subject: Fix typo in docs: occurred. Reviewed-by: gabi --- src/corelib/kernel/qabstractitemmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12