summary refs log tree commit diff
path: root/src/BlurhashProvider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlurhashProvider.cpp')
-rw-r--r--src/BlurhashProvider.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BlurhashProvider.cpp b/src/BlurhashProvider.cpp

index cc7d5a73..acaef400 100644 --- a/src/BlurhashProvider.cpp +++ b/src/BlurhashProvider.cpp
@@ -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();