diff options
| author | Eirik Aavitsland <eirik.aavitsland@qt.io> | 2024-12-09 18:04:19 +0100 |
|---|---|---|
| committer | Eirik Aavitsland <eirik.aavitsland@qt.io> | 2024-12-13 14:13:59 +0000 |
| commit | 0ace5ba0357b1614b47cb38a16f4afb2fe8e62db (patch) | |
| tree | b909faf60a0fac5169a725557bd04575b128b65f /src/corelib/serialization/qdatastream.cpp | |
| parent | 2c0d87149ce1ebaa66b7e6d9bae7b31225547301 (diff) | |
Fix in-place conversion of certain QImage formats
In the copying/transcription of the generic converter to the generic
in-place converter, a test for Format_RGB32 destination format was
mistakenly replaced with test of source format. The result was that a
suboptimal pixel store function was selected, and the resulting image
data could end up with non-0xff in the unused alpha field.
Task-number: QTBUG-132051
Pick-to: 6.9 6.8
Change-Id: If3ebf5fdd7ab6e377c8ad479ea38ce665f922b7c
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/corelib/serialization/qdatastream.cpp')
0 files changed, 0 insertions, 0 deletions
