Browse Source

change method description of Audio::setOutputVolume to what it should do

pull/2860/head
Nils Fenner 10 years ago committed by tux3
parent
commit
b3926c8904
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 4
      src/audio/audio.cpp

4
src/audio/audio.cpp

@ -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) void Audio::setOutputVolume(qreal volume)
{ {

Loading…
Cancel
Save