Bugfix to set aircraft callsign from voice context, fixes #120

In the same step added methods to test squelch and microphone, refs #123
This commit is contained in:
Klaus Basan
2014-02-05 23:12:26 +00:00
committed by Mathew Sutcliffe
parent 7a63768c83
commit 2feab9f5e7
7 changed files with 92 additions and 7 deletions

View File

@@ -244,7 +244,7 @@ namespace BlackCore
/*
* Start microphone test
*/
void CVoiceVatlib::runMicTest()
void CVoiceVatlib::runMicrophoneTest()
{
Q_ASSERT_X(m_voice->IsValid() && m_voice->IsSetup(), "CVoiceClientVatlib", "Cvatlib_Voice_Simple invalid or not setup!");