summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-05-07 11:46:03 +0200
committerLars Knoll <lars.knoll@qt.io>2021-05-07 12:20:02 +0000
commitab84e0deb641a0976412feeaf03ee4b98c4652b6 (patch)
tree882009363d106d77a10d2b0535261c103275ef2d /src/multimedia/video
parent49c09d1ddaa11aa6339e87abec9a4d5f299eeaf4 (diff)
Rename QMediaDeviceManager to QMediaDevices
Reflect that also in the plugins, where classes are renamed from e.g. QXXXDeviceManager to QXXXMediaDevices. This is for consistency with QPlatformMediaDevices, and because QDarwinDevices would be too generic. Change-Id: I78f63f0b8c2aa68aa3f8fb4936e0838281b3222a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/video')
-rw-r--r--src/multimedia/video/qvideotexturehelper_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/multimedia/video/qvideotexturehelper_p.h b/src/multimedia/video/qvideotexturehelper_p.h
index a984101e5..7c331f0ff 100644
--- a/src/multimedia/video/qvideotexturehelper_p.h
+++ b/src/multimedia/video/qvideotexturehelper_p.h
@@ -40,6 +40,17 @@
#ifndef QVIDEOTEXTUREHELPER_H
#define QVIDEOTEXTUREHELPER_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <qvideoframeformat.h>
#include <private/qrhi_p.h>