qt5base-lts/tests/auto/corelib
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
..
animation Fix possible jump in animation timer. 2011-12-14 02:16:40 +01:00
codecs Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
concurrent Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
global Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
io Fix qfile unit test failing on shadow build. 2011-12-13 07:41:27 +01:00
itemmodels Move proxy and selection models to QtCore. 2011-12-16 13:00:57 +01:00
kernel Do not call QueuedConnection slot on partialy destroyed object 2011-12-19 14:06:12 +01:00
plugin Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
statemachine Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
thread QThread-test: Fix test on Windows (timer inaccuracy). 2011-12-14 23:26:15 +01:00
tools Add QVarLengthArray::length(). 2011-12-12 17:27:19 +01:00
xml Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
corelib.pro Move QAbstractItemModel into a separate directory. 2011-12-13 02:23:42 +01:00