From 0bae7e4bf357325c8e64bbf269175f6d39a6dc13 Mon Sep 17 00:00:00 2001 From: Artem Dyomin Date: Thu, 11 Jan 2024 10:51:59 +0100 Subject: Apply API review comments: fix headers The API review: codereview.qt-project.org/c/qt/qtmultimedia/+/528314 Include cannot be removed as the macros in the file use some QMetaObject functionality. Pick-to: 6.7 Change-Id: Iecf7585e32d0da1128577448b233e3d052b25d47 Reviewed-by: Lars Knoll --- src/multimedia/video/qvideo.h | 3 ++- src/multimedia/video/qvideoframe.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/multimedia/video') diff --git a/src/multimedia/video/qvideo.h b/src/multimedia/video/qvideo.h index cae6ee01c..d672da1b1 100644 --- a/src/multimedia/video/qvideo.h +++ b/src/multimedia/video/qvideo.h @@ -4,8 +4,9 @@ #ifndef QVIDEO_H #define QVIDEO_H -#include +#include #include +#include QT_BEGIN_NAMESPACE diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h index 04e3ad790..a5838c6a0 100644 --- a/src/multimedia/video/qvideoframe.h +++ b/src/multimedia/video/qvideoframe.h @@ -5,8 +5,8 @@ #define QVIDEOFRAME_H #include -#include #include +#include #include #include -- cgit v1.2.3