qt5base-lts/tests/auto/corelib/kernel/qobject
Olivier Goffart 87679491cb Do not call QueuedConnection slot on partialy destroyed object
This is a regression introduced in Qt 4.8
When QApplication::processEvents is called from a destructor, it is
possible that pending events would still be called on the already
destroyed subclass.
Prevent that by using the same pattern as in QMetaObject::activate

Change-Id: Ida50db07ae089264402dafcde7a41a066479d08b
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-12-19 14:06:12 +01:00
..
signalbug QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
.gitignore QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
moc_oldnormalizeobject.cpp Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
oldnormalizeobject.h Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
qobject.pro QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
tst_qobject.cpp Do not call QueuedConnection slot on partialy destroyed object 2011-12-19 14:06:12 +01:00
tst_qobject.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00