mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
6f8d85e864
commit
11e9b37326
@@ -71,16 +71,16 @@ namespace BlackMisc
|
||||
this->m_frequencyStandby = frequency;
|
||||
}
|
||||
|
||||
//! Output volume
|
||||
//! Output volume 0..100
|
||||
qint32 getVolumeOutput() const { return this->m_volumeOutput; }
|
||||
|
||||
//! Input volume
|
||||
//! Input volume 0..100
|
||||
qint32 getVolumeInput() const { return this->m_volumeInput; }
|
||||
|
||||
//! Output volume
|
||||
//! Output volume 0.100
|
||||
void setVolumeOutput(qint32 volume) { this->m_volumeOutput = volume; }
|
||||
|
||||
//! Input volume
|
||||
//! Input volume 0..100
|
||||
void setVolumeInput(qint32 volume) { this->m_volumeInput = volume; }
|
||||
|
||||
//! Enabled?
|
||||
|
||||
Reference in New Issue
Block a user