mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 16:19:43 +02:00
CR - indentation
This commit is contained in:
parent
4fd83ddd0e
commit
d6ac0dc3c2
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ QImage processRawImageData(QByteArray&& content, const std::string& filename) {
|
||||||
|
|
||||||
if (newImageReader.canRead()) {
|
if (newImageReader.canRead()) {
|
||||||
qCWarning(imagelogging) << "Image file" << filename.c_str() << "has extension" << filenameExtension.c_str()
|
qCWarning(imagelogging) << "Image file" << filename.c_str() << "has extension" << filenameExtension.c_str()
|
||||||
<< "but is actually a" << qPrintable(newImageReader.format()) << "(recovering)";
|
<< "but is actually a" << qPrintable(newImageReader.format()) << "(recovering)";
|
||||||
return newImageReader.read();
|
return newImageReader.read();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue