diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-01-25 14:22:11 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-01-25 14:26:32 (GMT) |
commit | 8cdab74082019c0b8a57883a11aa5093a644abdd (patch) | |
tree | 70ca1fceed8175653a12a01f30be713a751aa274 /doc/src/snippets/code/doc_src_examples_tutorial.qdoc | |
parent | f405a89621b4bfe957d7e0e4d321a9ea0931d34b (diff) | |
download | Qt-8cdab74082019c0b8a57883a11aa5093a644abdd.zip Qt-8cdab74082019c0b8a57883a11aa5093a644abdd.tar.gz Qt-8cdab74082019c0b8a57883a11aa5093a644abdd.tar.bz2 |
Qt/Cocoa Event Dispatcher Problem in modal dialogs
The problem is that we didn't check if the event dispatcher was
interrupted before starting to wait for more events. This patch will do
the interrupt test after processing modal session events, and just
before starting to wait. This will fix applications that expects e.g an
event loop to exit immidiatly upon a signal from a timer (without the
need for the user to generate e.g. a mouse event to stop the wait).
Task-number: QTBUG-7503
Reviewed-by: cduclos
Diffstat (limited to 'doc/src/snippets/code/doc_src_examples_tutorial.qdoc')
0 files changed, 0 insertions, 0 deletions