summaryrefslogtreecommitdiffstats
path: root/src/core/type_conversion.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copying images to clipboardJoerg Bornemann2016-04-211-0/+116
The SkBitmap to QImage conversion in ClipboardQt::WriteBitmap was hardcoding the image format to ARGB32. This failed whenever the format of the SkBitmap provided by Chromium was different. This change backports 1cf9175e from 5.7. Task-number: QTBUG-52715 Change-Id: Icf27b97bc421a2201c307a4514928dcf384d9ba6 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>