Add explicit {}
This commit is contained in:
+2
-1
@@ -605,10 +605,11 @@ void changeIdentification(const QString &id, const QString &binaryPath)
|
|||||||
if (binaryPath.contains("libQt5Core")) {
|
if (binaryPath.contains("libQt5Core")) {
|
||||||
LogDebug() << "libQt5Core detected, patching its qt_prfxpath";
|
LogDebug() << "libQt5Core detected, patching its qt_prfxpath";
|
||||||
QString* errorMessage;
|
QString* errorMessage;
|
||||||
if (!patchQtCore(binaryPath, errorMessage))
|
if (!patchQtCore(binaryPath, errorMessage)){
|
||||||
LogError() << errorMessage;
|
LogError() << errorMessage;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user