Fix broken link in QWidget

\l expects the link target first, then link text second

Change-Id: I4d8638c2c441c6d2949b1f011422c191df3ff619
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Volker Hilsheimer 2020-11-07 00:01:54 +01:00
parent 46a552583f
commit 32e96667be
1 changed files with 1 additions and 1 deletions

View File

@ -3487,7 +3487,7 @@ QPoint QWidget::pos() const
issues with windows.
By default, this property contains a value that depends on the user's
platform and \l{screen geometry}{QScreen::geometry}.
platform and \l{QScreen::geometry}{screen geometry}.
\sa geometry, width, size
*/