OSDN Git Service

fix QImage::isGrayscale() for QImage::Format_Indexed8 format
authorIvailo Monev <xakepa10@gmail.com>
Sat, 28 Aug 2021 21:14:50 +0000 (00:14 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 28 Aug 2021 21:14:50 +0000 (00:14 +0300)
commit966b85403b9928276d8c9716f5f037fcbd266474
treef0d7cde63846e267ba24893fe7bc9e3a708dc3a5
parent10fe32ba4d73ecf148489347f42dad17e52677ca
fix QImage::isGrayscale() for QImage::Format_Indexed8 format

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/image/qimage.cpp