Ref T298, prepared function to "redo" a mapping

This commit is contained in:
Klaus Basan
2018-08-09 01:31:31 +02:00
parent 34e67f9485
commit 5b44f55435
5 changed files with 29 additions and 0 deletions

View File

@@ -238,6 +238,13 @@ namespace BlackCore
return false;
}
//! \copydoc IContextSimulator::doMappingAgain
virtual bool doMappingAgain(const BlackMisc::Aviation::CCallsign &callsign) override
{
Q_UNUSED(callsign);
return false;
}
//! \copydoc IContextSimulator::setWeatherActivated
virtual void setWeatherActivated(bool activated) override
{