mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Ref T357, function to copy FSX terrain probe, also in context for remote UI
This commit is contained in:
@@ -331,6 +331,13 @@ namespace BlackCore
|
||||
{
|
||||
return BlackMisc::Simulation::CAircraftMatcherSetup();
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::copyFsxTerrainProbe
|
||||
virtual BlackMisc::CStatusMessageList copyFsxTerrainProbe(const BlackMisc::Simulation::CSimulatorInfo &simulator) override
|
||||
{
|
||||
Q_UNUSED(simulator);
|
||||
return BlackMisc::CStatusMessageList();
|
||||
}
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user