mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T298, improved/fixed re-matching (match all aircraft again)
- reset to network model (otherwise we match "matched model" -> "matched model") - renamed/added functions doMtachingAgain/doMatchinsAgain in contexts
This commit is contained in:
@@ -238,8 +238,15 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::doMappingAgain
|
||||
virtual bool doMappingAgain(const BlackMisc::Aviation::CCallsign &callsign) override
|
||||
|
||||
//! \copydoc IContextSimulator::doMatchingsAgain
|
||||
virtual int doMatchingsAgain() override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::doMatchingAgain
|
||||
virtual bool doMatchingAgain(const BlackMisc::Aviation::CCallsign &callsign) override
|
||||
{
|
||||
Q_UNUSED(callsign);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user