mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Fix namespace
This commit is contained in:
committed by
Mat Sutcliffe
parent
7ac962ed77
commit
852247e893
@@ -98,7 +98,7 @@ namespace BlackCore
|
|||||||
float getOutputVolumePeakVU() const { return m_outputVolumeStream.PeakVU; }
|
float getOutputVolumePeakVU() const { return m_outputVolumeStream.PeakVU; }
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void receivingCallsignsChanged(const TransceiverReceivingCallsignsChangedArgs &args);
|
void receivingCallsignsChanged(const Audio::TransceiverReceivingCallsignsChangedArgs &args);
|
||||||
void inputVolumePeakVU(float value);
|
void inputVolumePeakVU(float value);
|
||||||
void outputVolumePeakVU(float value);
|
void outputVolumePeakVU(float value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user