More minor doc fixes.

- Missing enums
- Misspelt \fn etc
- Missing QSoundEffect C++ docs
- A few typos etc

Change-Id: I3418e79b5d50a7ab86e54d79676c33d06954bef5
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2012-01-17 13:10:20 +10:00
committed by Qt by Nokia
parent 508ca28196
commit b7fcfd4ea9
13 changed files with 138 additions and 25 deletions

View File

@@ -60,8 +60,8 @@ QT_BEGIN_NAMESPACE
integer.
The isNormal() method determines if a time interval is normal (a normal
time interval has start() <= end()). An abnormal interval can be converted
in to a normal interval by calling the normalized() method.
time interval has start() <= end()). A normal interval can be received
from an abnormal interval by calling the normalized() method.
The contains() method determines if a specified time lies within the time
interval.
@@ -362,7 +362,7 @@ QMediaTimeRange::QMediaTimeRange(qint64 start, qint64 end)
/*!
\fn QMediaTimeRange::QMediaTimeRange(const QMediaTimeInterval &interval)
Constructs a time range that contains an intitial interval, \a interval.
Constructs a time range that contains an initial interval, \a interval.
If \a interval is not \l{QMediaTimeInterval::isNormal()}{normal},
the resulting time range will be empty.