summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediatimerange.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-01-17 13:10:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-17 05:19:02 +0100
commitb7fcfd4ea99f780bee5e4f26fbf276b39bdbded8 (patch)
tree326347e2c809660ead6f92083cc93871c0b37b21 /src/multimedia/qmediatimerange.cpp
parent508ca281961a9dd59f21218adfa2305b6a4c8ac1 (diff)
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>
Diffstat (limited to 'src/multimedia/qmediatimerange.cpp')
-rw-r--r--src/multimedia/qmediatimerange.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/qmediatimerange.cpp b/src/multimedia/qmediatimerange.cpp
index fe6705042..85611ee1f 100644
--- a/src/multimedia/qmediatimerange.cpp
+++ b/src/multimedia/qmediatimerange.cpp
@@ -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.