From 3bc80defdc0ebd77d7eafe32153693aa44c5f2fe Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 25 May 2021 07:34:26 +0200 Subject: Doc: Add missing preposition Fixes: QTBUG-93969 Pick-to: 6.1 Change-Id: I60e08ab7f17459b6cff969767273228a8406cfc3 Reviewed-by: Johanna Vanhatapio --- src/widgets/itemviews/qlistview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/itemviews/qlistview.cpp') diff --git a/src/widgets/itemviews/qlistview.cpp b/src/widgets/itemviews/qlistview.cpp index 8ee69cbe2c..f04aec71bb 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. -- cgit v1.2.3