summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-02-12 18:15:58 +0100
committerLars Knoll <lars.knoll@qt.io>2021-03-02 14:49:17 +0000
commitcfdc30634a914747602796187ab41eb424d02fd9 (patch)
tree141b6068a561552d299c5b3a7c2b76184d28126a /tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
parent9dd7188e50210c9e059dfe5d1e2715375b5e4a61 (diff)
Get rid of QVideoRendererControl
It's a pure implementation detail in the backends now (and can in cases even get removed there). No need for an interface. Change-Id: Ib61cebe80d0369424d4ee681992e4abc80c11a14 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp')
-rw-r--r--tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp b/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
index 9350be709..9e65a8c14 100644
--- a/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
+++ b/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
@@ -37,7 +37,7 @@
#include "private/qdeclarativevideooutput_p.h"
#include <qabstractvideosurface.h>
-#include <qvideorenderercontrol.h>
+#include <qobject.h>
#include <qvideosurfaceformat.h>
class SurfaceHolder : public QObject