kimgio: add comment about the debug message in ico source file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-18 20:59:28 +03:00
parent 87213caeb1
commit 2c331e098e

View file

@ -234,6 +234,7 @@ bool ICOHandler::read(QImage *image)
}
if (bmpimagesize != imagebounds) {
// data may be padded
kDebug() << "BMP and QImage bytes count mismatch" << bmpimagesize << imagebounds;
}