qt6-bb10/tests/auto/gui/image/qimage
Eirik Aavitsland 03717be788 Fix: confusion in QImage paintEngine creation on shared images
During the creation of a raster paint engine in QImage::paintEngine(),
the QImage will be detached. At least old gcc versions would get
confused so that the newly created paintengine would end up in the old
QImage copy insteads of the newly detached one. Work around by
dropping the temporary engine pointer.

Fixes: QTBUG-79383
Change-Id: I27b1f24312269bc2bcc641dc4334397a92e3bfbb
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-10-24 08:56:21 +02:00
..
images QImage/Jpeg: decode/encode comment attributes as utf-8 2018-03-18 09:29:06 +00:00
.gitignore
qimage.pro Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
qimage.qrc
tst_qimage.cpp Fix: confusion in QImage paintEngine creation on shared images 2019-10-24 08:56:21 +02:00