1
0
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:
Nils Fenner 2016-01-16 23:59:28 +01:00 committed by tux3
parent 67620f9661
commit b3926c8904
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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)
{