mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Use BLACK_AUDIT_X because this is a check for external data
This commit is contained in:
committed by
Mat Sutcliffe
parent
2e6eac45bd
commit
7b8db694cc
@@ -289,9 +289,10 @@ namespace BlackMisc
|
||||
const QFileInfo modelFileInfo(plane.filePath);
|
||||
model.setFileDetailsAndTimestamp(modelFileInfo);
|
||||
model.setAircraftIcaoCode(icao);
|
||||
|
||||
if (CBuildConfig::isLocalDeveloperDebugBuild())
|
||||
{
|
||||
BLACK_VERIFY_X(modelFileInfo.exists(), Q_FUNC_INFO, "Model does NOT exist");
|
||||
BLACK_AUDIT_X(modelFileInfo.exists(), Q_FUNC_INFO, "Model does NOT exist");
|
||||
}
|
||||
|
||||
CLivery livery;
|
||||
|
||||
Reference in New Issue
Block a user