lint
This commit is contained in:
parent
be9df45af9
commit
904cafcd39
6 changed files with 25 additions and 15 deletions
|
|
@ -31,7 +31,8 @@ BlurhashResponse::run()
|
|||
return;
|
||||
}
|
||||
|
||||
QImage image(decoded.image.data(), (int)decoded.width, (int)decoded.height, QImage::Format_RGB32);
|
||||
QImage image(
|
||||
decoded.image.data(), (int)decoded.width, (int)decoded.height, QImage::Format_RGB32);
|
||||
|
||||
m_image = image.copy();
|
||||
emit finished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue