summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-04-20 08:34:03 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-04-20 09:30:52 (GMT)
commitbb0aa3c61e8c443ec4207381ca10c85f6c4b6665 (patch)
tree2b0255635a72040b2cbb3abd9e49bca07c380677 /tools
parentd66a6da84af01f1a6d4fd52d9b1cbec72a4fae3c (diff)
downloadQt-bb0aa3c61e8c443ec4207381ca10c85f6c4b6665.zip
Qt-bb0aa3c61e8c443ec4207381ca10c85f6c4b6665.tar.gz
Qt-bb0aa3c61e8c443ec4207381ca10c85f6c4b6665.tar.bz2
Fix crash on startup on Symbian OS
The changes to QThread introduced by commit 9aa4538b219ed759a47e8d1f93c2797bf07b5e2f mean that the QThread constructor calls into the event dispatcher. The Symbian event dispatcher owns a QThread, so it crashed when the code re-entered the partially constructed event dispatcher and used an uninitialised pointer. This change delays construction of the QThread until the point of use, so that the event dispatcher is fully constructed. Task-number: QTBUG-10029 Reviewed-by: Jason Barron (cherry picked from commit 2b55d52669beb72396f94e449fdf172735349b3b)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions