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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlurhashProvider.cpp b/src/BlurhashProvider.cpp

index 9f66348c..85c61377 100644 --- a/src/BlurhashProvider.cpp +++ b/src/BlurhashProvider.cpp
@@ -38,5 +38,5 @@ BlurhashRunnable::run() (int)decoded.width * 3, QImage::Format_RGB888); - emit done(std::move(image)); + emit done(image.convertToFormat(QImage::Format_RGB32)); }