mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T348, file handling in aircraft model (renaming)
Related: Ref T317 Ref T247 Ref T335
This commit is contained in:
@@ -349,7 +349,7 @@ namespace BlackMisc
|
||||
{
|
||||
return this->findBy([](const CAircraftModel & model)
|
||||
{
|
||||
return !model.existsCorrespondingFile();
|
||||
return !model.hasExistingCorrespondingFile();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -357,7 +357,7 @@ namespace BlackMisc
|
||||
{
|
||||
return this->findBy([](const CAircraftModel & model)
|
||||
{
|
||||
return model.existsCorrespondingFile();
|
||||
return model.hasExistingCorrespondingFile();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user