diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-31 14:57:45 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-31 14:57:45 (GMT) |
commit | 1e7ab0e849900bacf71935f2a2150116b8dc17d1 (patch) | |
tree | d635ca87c7ff1690cd8574f17d5d584eab42c08c /doc/src/examples/audiodevices.qdoc | |
parent | e5974b024828578945bd4c349f5f87f82a635225 (diff) | |
parent | 9b9c664470af22ab79ed6211cc5c02d715493657 (diff) | |
download | Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.zip Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.tar.gz Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7
Diffstat (limited to 'doc/src/examples/audiodevices.qdoc')
-rw-r--r-- | doc/src/examples/audiodevices.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/examples/audiodevices.qdoc b/doc/src/examples/audiodevices.qdoc index b812968..fd56e38 100644 --- a/doc/src/examples/audiodevices.qdoc +++ b/doc/src/examples/audiodevices.qdoc @@ -32,6 +32,8 @@ The Audio Devices example demonstrates the basic use of QAudioDeviceInfo class provided with Qt. + \image audiodevices-example.png + Qt provides the QAudioDeviceInfo class to enable audio querying within a standard application user interface. |