Doc: fix typo in ListView::layoutDirection

Change-Id: I04e1e2ab145aa93952d2dd5ec34321ad87c8af9e
Pick-to: 5.15
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Mitch Curtis 2020-04-29 11:04:38 +02:00
parent 01b436c667
commit 0e393fa01f
1 changed files with 1 additions and 1 deletions

View File

@ -2440,7 +2440,7 @@ void QQuickListView::setOrientation(QQuickListView::Orientation orientation)
\list
\li Qt.LeftToRight (default) - Items will be laid out from left to right.
\li Qt.RightToLeft - Items will be laid out from right to let.
\li Qt.RightToLeft - Items will be laid out from right to left.
\endlist
Setting this property has no effect if the \l orientation is Qt.Vertical.