summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudioinput.cpp
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2009-09-16 01:40:18 (GMT)
committerSarah Smith <sarah.j.smith@nokia.com>2009-09-16 01:40:18 (GMT)
commita7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34 (patch)
tree0ccc262ac7d0d825d1a8c6868307affa444a9e75 /src/multimedia/audio/qaudioinput.cpp
parent227dd18f0e25ee522e5a4323e849590a314dd4cd (diff)
parenta4571547a38d68d6778bf0ebfa4dc26cc3d865a3 (diff)
downloadQt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.zip
Qt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.tar.gz
Qt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/multimedia/audio/qaudioinput.cpp')
-rw-r--r--src/multimedia/audio/qaudioinput.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudioinput.cpp b/src/multimedia/audio/qaudioinput.cpp
index edf6dd6..3c0d98e 100644
--- a/src/multimedia/audio/qaudioinput.cpp
+++ b/src/multimedia/audio/qaudioinput.cpp
@@ -128,7 +128,12 @@ QT_BEGIN_NAMESPACE
which states the QAudioInput has been in.
If an error should occur, you can fetch its reason with error().
- The possible error reasons are described by the QAudio::Error enum.
+ The possible error reasons are described by the QAudio::Error
+ enum. The QAudioInput will enter the \l{QAudio::}{StopState} when
+ an error is encountered. Connect to the stateChanged() signal to
+ handle the error:
+
+ \snippet doc/src/snippets/audio/main.cpp 0
\sa QAudioOutput, QAudioDeviceInfo
*/