mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
fix: Emitting signal with wrong entity flag
This commit is contained in:
@@ -199,7 +199,7 @@ namespace BlackCore::Db
|
||||
}
|
||||
|
||||
// parsing
|
||||
emit this->dataRead(CEntityFlags::AircraftIcaoEntity, CEntityFlags::ReadParsing, 0, url);
|
||||
emit this->dataRead(CEntityFlags::AirportEntity, CEntityFlags::ReadParsing, 0, url);
|
||||
CAirportList airports;
|
||||
CAirportList inconsistent;
|
||||
if (res.isRestricted())
|
||||
|
||||
Reference in New Issue
Block a user