summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-05-25 07:34:26 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-05-27 11:51:07 +0200
commit96d5539b8672f0e60d10d5cd41edf872cb447990 (patch)
tree4572e8ed32f3a37102d86ac137485095aeb3f42a
parent192991ae35ef003987e7a2e9904678c4dabb428f (diff)
Doc: Add missing preposition
Task-number: QTBUG-93969 Change-Id: I60e08ab7f17459b6cff969767273228a8406cfc3 (cherry picked from commit 3bc80defdc0ebd77d7eafe32153693aa44c5f2fe) Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/widgets/itemviews/qlistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qlistview.cpp b/src/widgets/itemviews/qlistview.cpp
index 59ba1ec6b6..c63f653337 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.