summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2021-11-04 14:57:06 +0100
committerMarc Mutz <marc.mutz@qt.io>2021-11-04 21:45:02 +0100
commit0b768e3c43887fe35c2df4ca4263f54ebb7fec9d (patch)
tree937b693e5f2b03af2494e0e0895ed76f8e0dfa3b /tests/auto/gui/image
parent879e42cba8fe201f46f1234473ce6d0057875e8f (diff)
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 <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/gui/image')
-rw-r--r--tests/auto/gui/image/qmovie/tst_qmovie.cpp1
1 files changed, 1 insertions, 0 deletions
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 <QLabel>
#endif
#include <QMovie>
+#include <QProperty>
class tst_QMovie : public QObject
{