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
parent
46a552583f
commit
32e96667be
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue