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>
This commit is contained in:
Angus Cummings
2012-05-11 11:13:45 +10:00
committed by Qt by Nokia
parent 9e6d03584a
commit b96ca81108
7 changed files with 18 additions and 18 deletions

View File

@@ -1022,11 +1022,11 @@ QtMultimedia::AvailabilityError QMediaPlayer::availabilityError() const
Defines the current state of a media player.
\value StoppedState The media player is not playing content, playback will begin from the start
of the current track.
\value PlayingState The media player is currently playing content.
\value PausedState The media player has paused playback, playback of the current track will
resume from the position the player was paused at.
\value StoppedState The media player is not playing content, playback will begin from the start
of the current track.
*/
/*!