From c532850fd1f55b563930ad6e178e30cf560ee532 Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Tue, 3 Apr 2012 15:55:55 +1000 Subject: Updated a lot of minor fixes to the docs and removed warnings from qdoc Change-Id: Ib7fd75fb93c038f9e8fa9d71b6ad01fb27b97622 Reviewed-by: Michael Goddard --- src/multimedia/qmediatimerange.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/multimedia/qmediatimerange.cpp') 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. */ -- cgit v1.2.3