Prefix ps_ for some private slots

https://dev.vatsim-germany.org/boards/22/topics/1914?r=1920#message-1920
This commit is contained in:
Klaus Basan
2014-07-08 13:49:03 +02:00
parent c1a4cc6ff6
commit 161aec96a7
13 changed files with 55 additions and 55 deletions

View File

@@ -201,7 +201,7 @@ namespace BlackCore
/*
* Tune in / out voice room
*/
void CContextOwnAircraft::changedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
void CContextOwnAircraft::ps_changedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
{
// any of our active frequencies?
Q_UNUSED(connected);