QWindowsWindow: Fix typo in documentation

Pick-to: 5.15 6.2
Change-Id: Ib20b2f23e399b295e26b8c29084023e4e1361579
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Jonas Kvinge 2021-10-11 18:29:54 +02:00
parent 18e1711f7a
commit dce874415d
1 changed files with 1 additions and 1 deletions

View File

@ -2142,7 +2142,7 @@ HDC QWindowsWindow::getDC()
}
/*!
Relases the HDC for the window or does nothing in
Releases the HDC for the window or does nothing in
case it was obtained from WinAPI BeginPaint within a WM_PAINT event.
\sa getDC()