summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-04-20 08:34:03 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-04-20 08:34:03 (GMT)
commit2b55d52669beb72396f94e449fdf172735349b3b (patch)
treee668413c7cdfe72a33f1523f188d6b00e9d7c5f8 /mkspecs
parent99fede9d683b312fa79f45aa60c38bcb143c38fd (diff)
downloadQt-2b55d52669beb72396f94e449fdf172735349b3b.zip
Qt-2b55d52669beb72396f94e449fdf172735349b3b.tar.gz
Qt-2b55d52669beb72396f94e449fdf172735349b3b.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
Diffstat (limited to 'mkspecs')
0 files changed, 0 insertions, 0 deletions