qt5base-lts/tests/auto/gui
Michal Klocek b1e3f33a28 Call post routines from ~QGuiApplication
Currently depending if user uses QApplication
or QGuiApplication we end up in different behavior
when running post routines. For example QApplication
destructor calls post routines before stopping event dispatcher,
In case of QGuiApplication post routines are called
from QCoreApplication destructor, so no more event dispatcher.
This behavior is not consistent and creates troubles
when releasing resources of web engine.

Attached test will hang on windows with QGuiApplication,
however works fine with QApplication.

Task-number: QTBUG-79864
Change-Id: Ice05e66a467feaf3ad6addfbc14973649da8065e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-03-25 14:40:32 +00:00
..
image Add test for conversion of "large" images 2020-03-11 18:45:46 +00:00
itemmodels QStandardItem/QStandardItemModel tests: cleanup 2020-01-13 17:01:00 +01:00
kernel Call post routines from ~QGuiApplication 2020-03-25 14:40:32 +00:00
math3d Deprecate all methods that use QMatrix 2020-01-28 04:12:25 +01:00
painting Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qopengl Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qopenglconfig Deprecate conversion functions between QList and QSet 2019-05-07 14:15:44 +00:00
qvulkan Merge remote-tracking branch 'origin/5.10' into dev 2017-10-17 10:34:24 +02:00
rhi rhi: Add support for arrays of combined image samplers 2020-03-05 19:40:41 +01:00
text Merge remote-tracking branch 'origin/5.14' into 5.15 2020-03-11 11:27:49 +01:00
util Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-22 01:00:07 +01:00
gui.pro Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00