mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Aligned signatures for context and dialog to use sim.directory in validator
Ref T247 follow up
This commit is contained in:
committed by
Mat Sutcliffe
parent
347e584998
commit
d51b26cf8d
@@ -548,7 +548,7 @@ namespace BlackMisc
|
||||
CStatusMessage m;
|
||||
sorted.sortByFileName();
|
||||
stopped = false;
|
||||
CStatusMessageList msgs = sorted.validateFiles(validModels, invalidModels, ignoreEmpty, stopAtFailedFiles, stopped, true);
|
||||
CStatusMessageList msgs = sorted.validateFiles(validModels, invalidModels, ignoreEmpty, stopAtFailedFiles, stopped, "", true);
|
||||
if (stopped || validModels.isEmpty()) { return msgs; }
|
||||
|
||||
const CAircraftModelList nonFsModels = validModels.findNonFsFamilyModels();
|
||||
|
||||
Reference in New Issue
Block a user