mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kimgio: add comment about the debug message in ico source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
87213caeb1
commit
2c331e098e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue