diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-28 09:24:05 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-28 09:35:01 (GMT) |
commit | a49ca92bc343e58ec21dd52a933b23f43ecfc0a6 (patch) | |
tree | efd425bdd2841c71aa150bc49272c9b616494873 /doc/src/snippets/code/src_script_qscriptcontext.cpp | |
parent | 8f1f29432e274fcad2deae4ff19e2e738672b7cd (diff) | |
download | Qt-a49ca92bc343e58ec21dd52a933b23f43ecfc0a6.zip Qt-a49ca92bc343e58ec21dd52a933b23f43ecfc0a6.tar.gz Qt-a49ca92bc343e58ec21dd52a933b23f43ecfc0a6.tar.bz2 |
Make sure signal handlers are installed on QWS
QWS already installs message handlers, and this would cause testlib
not to install its own handler, causing lots of extra test failures
if there is a crash. The proper way would be to make testlib invoke
previous handlers, but the quick and easy fix is just to forget about
the old ones.
The rationale is that the worst thing that can happen is that it will
cause a crash, and that was going to happen anyway.
Reviewed-by: Jeremy
Diffstat (limited to 'doc/src/snippets/code/src_script_qscriptcontext.cpp')
0 files changed, 0 insertions, 0 deletions