Clang-tidy + clang-format
This commit is contained in:
@@ -73,8 +73,9 @@ void ThumbnailResponse::prepareResult()
|
||||
|
||||
QString localPath = QFileInfo(localFile).absolutePath();
|
||||
QDir dir;
|
||||
if (!dir.exists(localPath))
|
||||
if (!dir.exists(localPath)) {
|
||||
dir.mkpath(localPath);
|
||||
}
|
||||
|
||||
image.save(localFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user