summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiodecoder.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-06-13 13:52:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-15 08:49:29 +0200
commit6931cbb35a909b192960205929d4a0efde280ee2 (patch)
tree84ca34a55756f929d255a887c12c01e69d101259 /src/multimedia/audio/qaudiodecoder.cpp
parente975897ad7ebbad12f023e83eae8c4b7840ad6ed (diff)
Fix a number of other qdoc issues.
* Several places needed the forward class declaration hack * Missing/wrong minor version numbers on imports * A few typos * Any number of attempts to work around qdoc * A few missing docs * Tweaked soundeffect docs Change-Id: I3c2ab998a11cbb0956712e0423e01fdb70f5bfff Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
Diffstat (limited to 'src/multimedia/audio/qaudiodecoder.cpp')
-rw-r--r--src/multimedia/audio/qaudiodecoder.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/multimedia/audio/qaudiodecoder.cpp b/src/multimedia/audio/qaudiodecoder.cpp
index 30c9c0ccc..2cc11c02f 100644
--- a/src/multimedia/audio/qaudiodecoder.cpp
+++ b/src/multimedia/audio/qaudiodecoder.cpp
@@ -368,8 +368,6 @@ QtMultimedia::SupportEstimate QAudioDecoder::hasSupport(const QString &mimeType,
}
/*!
- \fn QAudioDecoder::bufferAvailable() const
-
Returns true if a buffer is available to be read,
and false otherwise. If there is no buffer available, calling
the \l read() function will return an invalid buffer.
@@ -549,6 +547,11 @@ QAudioBuffer QAudioDecoder::read() const
\brief the active filename being decoded by the decoder object.
*/
+/*!
+ \property QAudioDecoder::bufferAvailable
+ \brief whether there is a decoded audio buffer available
+*/
+
#include "moc_qaudiodecoder.cpp"
QT_END_NAMESPACE