Ref T232, some formatting

* made "private slots" -> "slots"
* cross context slots marked with "xCtx" prefix
This commit is contained in:
Klaus Basan
2018-01-20 05:46:22 +01:00
parent 50eb93cf40
commit c1ee159ff9
7 changed files with 64 additions and 64 deletions

View File

@@ -322,7 +322,7 @@ namespace BlackCore
if (this->getIContextAudio()) this->getIContextAudio()->setVoiceOutputVolume(outputVolume);
}
void CContextOwnAircraft::changedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
void CContextOwnAircraft::xCtxChangedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
{
// any of our active frequencies?
Q_UNUSED(connected);
@@ -331,7 +331,7 @@ namespace BlackCore
this->resolveVoiceRooms();
}
void CContextOwnAircraft::changedSimulatorModel(const CAircraftModel &model)
void CContextOwnAircraft::xCtxChangedSimulatorModel(const CAircraftModel &model)
{
this->updateOwnModel(model);
}