Browse Source

Add explicit {}

master
probonopd 8 years ago
parent
commit
7adb7cc292
  1. 3
      shared/shared.cpp

3
shared/shared.cpp

@ -605,9 +605,10 @@ 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;
}
} }
} }

Loading…
Cancel
Save