summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qdatastream.cpp
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2024-12-09 18:04:19 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2024-12-13 14:13:59 +0000
commit0ace5ba0357b1614b47cb38a16f4afb2fe8e62db (patch)
treeb909faf60a0fac5169a725557bd04575b128b65f /src/corelib/serialization/qdatastream.cpp
parent2c0d87149ce1ebaa66b7e6d9bae7b31225547301 (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