Ref T357, function to copy FSX terrain probe, also in context for remote UI

This commit is contained in:
Klaus Basan
2018-09-17 02:53:49 +02:00
parent 73c4af4c6d
commit 57178c75f9
8 changed files with 93 additions and 4 deletions

View File

@@ -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