mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Ref T308, performance optimized fromDatabaseJsonCaching
* maps for id/object * caching fromDatabaseJsonCaching * fixed CAircraftModel::fromDatabaseJson wrong prefix
This commit is contained in:
@@ -372,6 +372,10 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(rank)
|
||||
);
|
||||
};
|
||||
|
||||
//! Id/CAircraftIcaoCode map
|
||||
using AircraftIcaoIdMap = QMap<int, CAircraftIcaoCode>;
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user