From 0b768e3c43887fe35c2df4ca4263f54ebb7fec9d Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 4 Nov 2021 14:57:06 +0100 Subject: Include qproperty.h where needed Don't rely on transitive include from qobject.h, which will go away. Change-Id: I99dd97ff4fb1d0632d040daab0bffa2d7b85d3ae Reviewed-by: Fabian Kosmale --- tests/auto/gui/image/qmovie/tst_qmovie.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/gui/image') diff --git a/tests/auto/gui/image/qmovie/tst_qmovie.cpp b/tests/auto/gui/image/qmovie/tst_qmovie.cpp index c1abeccba5..11592ffc2a 100644 --- a/tests/auto/gui/image/qmovie/tst_qmovie.cpp +++ b/tests/auto/gui/image/qmovie/tst_qmovie.cpp @@ -36,6 +36,7 @@ #include #endif #include +#include class tst_QMovie : public QObject { -- cgit v1.2.3