diff options
author | Angus Cummings <angus.cummings@nokia.com> | 2012-05-11 11:13:45 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-16 06:14:30 +0200 |
commit | b96ca81108518e9a8f6c525d2f0144fec26ea4fa (patch) | |
tree | 332e42192f64fd7ba40bad76251a8ed306141d29 /src/multimedia/audio/qaudiodecoder.cpp | |
parent | 9e6d03584a097964e5f08c46cd02338b0b043080 (diff) | |
download | qtmultimedia-b96ca81108518e9a8f6c525d2f0144fec26ea4fa.tar.gz |
Very minor C++ doc changes
Reordering some enum's so values are listed ascending
Replace 'The' with 'the' in some briefs
Change-Id: Ibc5042389687598ddaaf11e72acaa688b85fd4cf
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Diffstat (limited to 'src/multimedia/audio/qaudiodecoder.cpp')
-rw-r--r-- | src/multimedia/audio/qaudiodecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudiodecoder.cpp b/src/multimedia/audio/qaudiodecoder.cpp index 1e5983af1..9ebe58d04 100644 --- a/src/multimedia/audio/qaudiodecoder.cpp +++ b/src/multimedia/audio/qaudiodecoder.cpp @@ -430,9 +430,9 @@ QAudioBuffer QAudioDecoder::read() const Defines the current state of a media player. - \value DecodingState The audio player is currently decoding media. \value StoppedState The decoder is not decoding. Decoding will start at the start of the media. + \value DecodingState The audio player is currently decoding media. */ /*! |