From 9c2660f6853eeec0847946e23c2258d98ac3d30d Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 25 May 2021 07:34:26 +0200 Subject: [PATCH] Doc: Add missing preposition Fixes: QTBUG-93969 Change-Id: I60e08ab7f17459b6cff969767273228a8406cfc3 Reviewed-by: Johanna Vanhatapio (cherry picked from commit 3bc80defdc0ebd77d7eafe32153693aa44c5f2fe) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/itemviews/qlistview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/itemviews/qlistview.cpp b/src/widgets/itemviews/qlistview.cpp index e655b639b9a..a01ab9a86ce 100644 --- a/src/widgets/itemviews/qlistview.cpp +++ b/src/widgets/itemviews/qlistview.cpp @@ -214,8 +214,8 @@ QListView::~QListView() grid, or cannot be moved at all. This property determines how the user can move the items in the - view. \l Static means that the items can't be moved the user. \l - Free means that the user can drag and drop the items to any + view. \l Static means that the items can't be moved by the user. + \l Free means that the user can drag and drop the items to any position in the view. \l Snap means that the user can drag and drop the items, but only to the positions in a notional grid signified by the gridSize property.