mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
c1470f6069
commit
bde7baf84d
@@ -196,10 +196,10 @@ namespace BlackGui
|
||||
const bool com2Tx = com2Enabled && client->isTransmittingdComUnit(CComSystem::Com2);
|
||||
|
||||
// we do not have receiving
|
||||
const bool com1Rec = com1Enabled;
|
||||
const bool com2Rec = com2Enabled;
|
||||
const bool com1Rx = com1Enabled;
|
||||
const bool com2Rx = com2Enabled;
|
||||
|
||||
this->setTransmitReceiveInUi(com1Tx, com1Rec, com2Tx, com2Rec);
|
||||
this->setTransmitReceiveInUi(com1Tx, com1Rx, com2Tx, com2Rx);
|
||||
}
|
||||
|
||||
void CAudioDeviceVolumeSetupComponent::reloadSettings()
|
||||
|
||||
@@ -106,7 +106,6 @@ namespace BlackGui
|
||||
BlackMisc::Audio::CAudioDeviceInfo getSelectedInputDevice() const;
|
||||
BlackMisc::Audio::CAudioDeviceInfo getSelectedOutputDevice() const;
|
||||
|
||||
|
||||
//! Transmit and receive state @{
|
||||
void setTransmitReceiveInUi(bool tx1, bool rec1, bool tx2, bool rec2);
|
||||
void setTransmitReceiveInUiFromVoiceClient();
|
||||
|
||||
Reference in New Issue
Block a user