diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:14:57 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:14:57 (GMT) |
commit | 0c525f9a973d64ef9392b74a59aabe9129d5e62c (patch) | |
tree | 9607b23226fad7c33cdd8e2fdad6528a1d0a3252 /doc/src/phonon-api.qdoc | |
parent | 3f0da69e3654db1075096e072df1f060f3a31b77 (diff) | |
download | Qt-0c525f9a973d64ef9392b74a59aabe9129d5e62c.zip Qt-0c525f9a973d64ef9392b74a59aabe9129d5e62c.tar.gz Qt-0c525f9a973d64ef9392b74a59aabe9129d5e62c.tar.bz2 |
Squashed commit of the following:
commit d30c39ccaa52ae61d798ca38af065c0a2ad96941
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:01:59 2009 +0100
Doc: Fixed a link to a function and added another reference to the Phonon overview.
Reviewed-by: TrustMe
Diffstat (limited to 'doc/src/phonon-api.qdoc')
-rw-r--r-- | doc/src/phonon-api.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/phonon-api.qdoc b/doc/src/phonon-api.qdoc index 01f7c8a..147ded3 100644 --- a/doc/src/phonon-api.qdoc +++ b/doc/src/phonon-api.qdoc @@ -2656,7 +2656,7 @@ To find out what \l{Phonon::}{AudioOutputDevice}s are available for AudioOutput, you can call - BackendCapabilities::availableAudioDevices(). A default device is + BackendCapabilities::availableAudioOutputDevices(). A default device is selected by the backend, but it is possible to set the device to be used with setOutputDevice(). The outputDeviceChanged() signal will be emitted if the device changes. |