Clarify usage of Mixer->audioDevName()

This commit is contained in:
Lukas W
2017-03-23 12:40:26 +01:00
parent e89e52aaa2
commit a5aa5e7d08
3 changed files with 8 additions and 3 deletions

View File

@@ -158,6 +158,9 @@ public:
// audio-device-stuff
// Returns the current audio device's name. This is not necessarily
// the user's preferred audio device, in case you were thinking that.
inline const QString & audioDevName() const
{
return m_audioDevName;