Commit 7e72a5e1 authored by Oliver Wolff's avatar Oliver Wolff Committed by Maurice Kalinowski
Browse files

winrt: process all triggered timers in processEvents


If only one timer is processed in there it is possible that a reoccuring
timer which has a very low timeout blocks all the other timers from
being triggered. This high frequency timer might be the only one to
be triggered in every processEvents call.

Task-number: QTBUG-51888
Change-Id: I8a0026d1e8519171ab60d1b47c494a15d30328b3
Reviewed-by: default avatarMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>
parent 9c3c3506
No related merge requests found
Showing with 5 additions and 5 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment