We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5703fba commit 6f774afCopy full SHA for 6f774af
src/core/colorquantizer.cpp
@@ -47,7 +47,7 @@ void ColorQuantizerOperation::quantizeImage(const QAtomicInteger<bool>& shouldCa
47
}
48
49
if (image.isNull()) {
50
- qCWarning(logColorQuantizer) << "Failed to load image from" << source;
+ qCWarning(logColorQuantizer) << "Failed to load image from" << source->toString();
51
return;
52
53
0 commit comments