refs #395, some functions renamed in network provider/context

Goal: consistent function names in own and remote aircraft provider
This commit is contained in:
Klaus Basan
2015-04-26 19:26:16 +02:00
committed by Mathew Sutcliffe
parent 05be0ecb37
commit 1b9878fdd3
17 changed files with 34 additions and 34 deletions

View File

@@ -336,7 +336,7 @@ namespace BlackSimPlugin
{
//! \todo XP implement isRenderedAircraft correctly
// work around, but not really telling me if callsign is really(!) visible in SIM
return getAircraftForCallsign(callsign).isRendered();
return getAircraftInRangeForCallsign(callsign).isRendered();
}
bool CSimulatorXPlane::updateOwnSimulatorCockpit(const BlackMisc::Aviation::CAircraft &aircraft, const QString &originator)