From e087e843d3110221ce76569110937a4fb9353c75 Mon Sep 17 00:00:00 2001 From: VaL Doroshchuk Date: Thu, 30 Jul 2020 15:59:58 +0200 Subject: Remove code for < QT_VERSION_CHECK(6, 0, 0) Change-Id: Ia64872eef299b2583a21ea40403cb0d281baf3e6 Reviewed-by: Liang Qi --- src/multimedia/qmediatimerange.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/multimedia/qmediatimerange.cpp') diff --git a/src/multimedia/qmediatimerange.cpp b/src/multimedia/qmediatimerange.cpp index 3a22e000f..913790a0e 100644 --- a/src/multimedia/qmediatimerange.cpp +++ b/src/multimedia/qmediatimerange.cpp @@ -94,20 +94,6 @@ QMediaTimeInterval::QMediaTimeInterval(qint64 start, qint64 end) } -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -/*! - \fn QMediaTimeInterval::QMediaTimeInterval(const QMediaTimeInterval &other) - - Constructs an interval by taking a copy of \a other. -*/ -QMediaTimeInterval::QMediaTimeInterval(const QMediaTimeInterval &other) - : s(other.s) - , e(other.e) -{ - -} -#endif - /*! \fn QMediaTimeInterval::start() const -- cgit v1.2.3