refs #316 Removed old statusMessage signals and sendStatusMessage slots.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 21:43:40 +01:00
parent b1c74d81e5
commit aef7135e28
15 changed files with 0 additions and 135 deletions

View File

@@ -48,7 +48,6 @@ namespace BlackCore
connect(this->m_voice, &CVoiceVatlib::micTestFinished, this, &CContextAudio::audioTestCompleted);
connect(this->m_voice, &CVoiceVatlib::squelchTestFinished, this, &CContextAudio::audioTestCompleted);
//connect(this->m_voice, &CVoiceVatlib::connectionStatusChanged, this, &CContextAudio::ps_connectionStatusChanged);
if (this->getIContextApplication()) this->connect(this->m_voice, &IVoice::statusMessage, this->getIContextApplication(), &IContextApplication::sendStatusMessage);
m_channelCom1 = m_voice->getVoiceChannel(0);
m_channelCom1->setMyAircraftCallsign(getIContextOwnAircraft()->getOwnAircraft().getCallsign());