qt5base-lts/tests/auto/widgets
Miika Pernu 036c3c19e7 Fix to crash in QWindow::event when delete this called on closeEvent
Starting from Qt 5.11 QWindow::event is called after QDialog::closeEvent
which would cause a crash if "delete this" was called on closeEvent.  The commit
that changed this was e0b5ff4ad5. Added
a check before QWindow::event call utilizing QPointer to prevent the
function call in case object is destroyed by a user in close event handler.

Change-Id: I64a4a0f3271714e55bf7e806177f0d8b39b67fa3
Fixes: QTBUG-84222
Pick-to: 5.15 5.12
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-06-04 20:29:38 +00:00
..
dialogs Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00
effects Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
graphicsview QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::Orientation 2020-05-09 08:24:04 +02:00
itemviews Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00
kernel Fix to crash in QWindow::event when delete this called on closeEvent 2020-06-04 20:29:38 +00:00
styles Remove deprecated QStyle enum values 2020-04-16 16:53:18 +02:00
util Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00
widgets Make qtbase compile without QT_CONFIG(timezone) 2020-05-11 14:42:00 +03:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00