summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediatimerange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/qmediatimerange.h')
-rw-r--r--src/multimedia/qmediatimerange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qmediatimerange.h b/src/multimedia/qmediatimerange.h
index 2a8e948c3..8fcef3be8 100644
--- a/src/multimedia/qmediatimerange.h
+++ b/src/multimedia/qmediatimerange.h
@@ -107,7 +107,7 @@ public:
QMediaTimeRange(QMediaTimeRange &&other) noexcept = default;
QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_PURE_SWAP(QMediaTimeRange)
void swap(QMediaTimeRange &other) noexcept
- { qSwap(d, other.d); }
+ { d.swap(other.d); }
void detach();
QMediaTimeRange &operator=(const Interval&);