mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
change method description of Audio::setOutputVolume to what it should do
This commit is contained in:
parent
67620f9661
commit
b3926c8904
|
@ -307,7 +307,9 @@ qreal Audio::outputVolume()
|
|||
}
|
||||
|
||||
/**
|
||||
The volume must be between 0 and 1
|
||||
Set the master output volume.
|
||||
|
||||
@param[in] volume the master volume (between 0 and 1)
|
||||
*/
|
||||
void Audio::setOutputVolume(qreal volume)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user