summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediatimerange.cpp
diff options
context:
space:
mode:
authorJonas Rabbe <jonas.rabbe@nokia.com>2012-04-03 15:55:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-05 03:54:02 +0200
commitc532850fd1f55b563930ad6e178e30cf560ee532 (patch)
tree818e0cb5a8fe04193101ba72c15a38243b0e0157 /src/multimedia/qmediatimerange.cpp
parente908790a6a8b6cc779e5ec24ec94f6caf00d354e (diff)
Updated a lot of minor fixes to the docs and removed warnings from qdoc
Change-Id: Ib7fd75fb93c038f9e8fa9d71b6ad01fb27b97622 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/multimedia/qmediatimerange.cpp')
-rw-r--r--src/multimedia/qmediatimerange.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/multimedia/qmediatimerange.cpp b/src/multimedia/qmediatimerange.cpp
index 37a638ba4..0e021fb94 100644
--- a/src/multimedia/qmediatimerange.cpp
+++ b/src/multimedia/qmediatimerange.cpp
@@ -477,7 +477,7 @@ void QMediaTimeRange::addInterval(qint64 start, qint64 end)
If the specified interval is adjacent to, or overlaps existing
intervals within the time range, these intervals will be merged.
- This operation takes \l{linear time}
+ This operation takes linear time.
\sa removeInterval()
*/
@@ -526,7 +526,7 @@ void QMediaTimeRange::removeInterval(qint64 start, qint64 end)
such that no intervals within the time range include any part of the
target interval.
- This operation takes \l{linear time}
+ This operation takes linear time.
\sa addInterval()
*/
@@ -689,6 +689,7 @@ bool operator!=(const QMediaTimeRange &a, const QMediaTimeRange &b)
/*!
\fn operator+(const QMediaTimeRange &r1, const QMediaTimeRange &r2)
+ \relates QMediaTimeRange
Returns a time range containing the union between \a r1 and \a r2.
*/
@@ -699,6 +700,7 @@ QMediaTimeRange operator+(const QMediaTimeRange &r1, const QMediaTimeRange &r2)
/*!
\fn operator-(const QMediaTimeRange &r1, const QMediaTimeRange &r2)
+ \relates QMediaTimeRange
Returns a time range containing \a r2 subtracted from \a r1.
*/