summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-05-07 14:23:38 +0200
committerLars Knoll <lars.knoll@qt.io>2021-05-10 07:45:12 +0000
commitcbdcb4a184a4796429cd24c2d6624776c66dbc4a (patch)
treed04630a15476494685b7c307927b78c391f31447 /tests
parentdf7f0fb19f21c2a9a7d6dcaefb56a0157cc67e2d (diff)
Fix build on Windows after QMediaDevices rename
A bit too greedy, matched some Direct3D types. As a drive-by, add missing includes and remove the incorrect export from QMockVideoSink. Change-Id: I9e2fa4a45a2682a1f259d5a11729a76f5172b72a Reviewed-by: Piotr Srebrny <piotr.srebrny@qt.io> Reviewed-by: André de la Rocha <andre.rocha@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/unit/mockbackend/qmockvideosink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/mockbackend/qmockvideosink.h b/tests/auto/unit/mockbackend/qmockvideosink.h
index d83a7d022..66ac1bd2f 100644
--- a/tests/auto/unit/mockbackend/qmockvideosink.h
+++ b/tests/auto/unit/mockbackend/qmockvideosink.h
@@ -53,7 +53,7 @@
#include <private/qplatformvideosink_p.h>
-class Q_MULTIMEDIA_EXPORT QMockVideoSink : public QPlatformVideoSink
+class QMockVideoSink : public QPlatformVideoSink
{
Q_OBJECT