summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediaobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/qmediaobject.h')
-rw-r--r--src/multimedia/qmediaobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/multimedia/qmediaobject.h b/src/multimedia/qmediaobject.h
index 5788254b8..fabd015fe 100644
--- a/src/multimedia/qmediaobject.h
+++ b/src/multimedia/qmediaobject.h
@@ -93,7 +93,9 @@ protected:
void addPropertyWatch(QByteArray const &name);
void removePropertyWatch(QByteArray const &name);
- QMediaObjectPrivate *d_ptr;
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
+ QMediaObjectPrivate *d_ptr_deprecated;
+#endif
private:
void setupControls();