doc: mark QWindow::requestUpdate() as \since 5.5

Change-Id: I322e2e93edc4bdb6582c7614b9a8552221317553
Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
bb10
Gunnar Sletta 2015-06-10 18:57:37 +02:00 committed by Gunnar Sletta
parent a8621a3f85
commit de81159574
1 changed files with 2 additions and 0 deletions

View File

@ -2100,6 +2100,8 @@ void QWindowPrivate::deliverUpdateRequest()
be handled by the base class. For example, the default implementation of
this function relies on QEvent::Timer events. Filtering them away would
therefore break the delivery of the update events.
\since 5.5
*/
void QWindow::requestUpdate()
{