summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediatimerange.h
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.h
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.h')
-rw-r--r--src/multimedia/qmediatimerange.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/multimedia/qmediatimerange.h b/src/multimedia/qmediatimerange.h
index 71145adde..97524f24a 100644
--- a/src/multimedia/qmediatimerange.h
+++ b/src/multimedia/qmediatimerange.h
@@ -54,12 +54,6 @@ class Q_MULTIMEDIA_EXPORT QMediaTimeInterval
public:
QMediaTimeInterval();
QMediaTimeInterval(qint64 start, qint64 end);
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
- QMediaTimeInterval(const QMediaTimeInterval&);
- QMediaTimeInterval &operator=(const QMediaTimeInterval&) = default;
- QMediaTimeInterval(QMediaTimeInterval &&) = default;
- QMediaTimeInterval &operator=(QMediaTimeInterval &&) = default;
-#endif
qint64 start() const;
qint64 end() const;