summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediatimerange.cpp
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-07-30 15:59:58 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-08-03 12:25:05 +0200
commite087e843d3110221ce76569110937a4fb9353c75 (patch)
tree5d59b5b84bfa7f27e620d1f3569059817ce49f9e /src/multimedia/qmediatimerange.cpp
parenta33d782af81abbcc3a3d34c7366bfb7a4e4ee4e8 (diff)
Remove code for < QT_VERSION_CHECK(6, 0, 0)
Change-Id: Ia64872eef299b2583a21ea40403cb0d281baf3e6 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/multimedia/qmediatimerange.cpp')
-rw-r--r--src/multimedia/qmediatimerange.cpp14
1 files changed, 0 insertions, 14 deletions
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