Fixed a crash
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 20 Jul 2011 12:27:20 +0000 (15:27 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 20 Jul 2011 12:27:20 +0000 (15:27 +0300)
commit0fb522914074d7b2db3739136c562274116a12e9
treefc61219f4aca98ecaae205703365a217a97828e7
parented1ca09c651348279b1a114c0eb4b8968154f817
Fixed a crash
...caused by deleting Ship in a slot handler. The connection between
picking all ghosts and starting a new level now uses
Qt::QueuedConnection to delay the deletion until its safe.
seascene.cpp