mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #640, support for simulator in distributor
* changed backend (JSON) and added support for simulator data * get distributors by simulator * renamed to setSimulator / getSimulator
This commit is contained in:
@@ -112,7 +112,7 @@ namespace BlackMisc
|
||||
const CSimulatorInfo sim(CSimulatorInfo::FSX_P3D);
|
||||
model.setMSecsSinceEpoch(m_timestampMSecsSinceEpoch);
|
||||
model.setDistributor(distributor);
|
||||
model.setSimulatorInfo(sim);
|
||||
model.setSimulator(sim);
|
||||
return model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user