Connect Ptt LED to push to talk hotkey

refs #881
This commit is contained in:
Roland Winklmeier
2017-03-05 15:15:35 +01:00
committed by Mathew Sutcliffe
parent 0c8f2f596e
commit 077becfe32
2 changed files with 10 additions and 0 deletions

View File

@@ -213,5 +213,10 @@ namespace BlackGui
ui->led_MapperReady->setToolTip(m);
}
}
void CInfoBarStatusComponent::ps_onPttChanged(bool enabled)
{
ui->led_Ptt->setOn(enabled);
}
} // namespace
} // namespace