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>
This commit is contained in:
Marc Mutz 2021-11-04 14:57:06 +01:00
parent 879e42cba8
commit 0b768e3c43
5 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,7 @@
//
#include <QtCore/QObject>
#include <QtCore/QProperty>
#include <QtTest/QSignalSpy>
#include <QTest>

View File

@ -28,6 +28,7 @@
#include <QTest>
#include <QVariantAnimation>
#include <QProperty>
#include <QPropertyAnimation>
#include <QSignalSpy>
#include <QParallelAnimationGroup>

View File

@ -40,6 +40,7 @@
#include <qcoreapplication.h>
#include <qpointer.h>
#include <qproperty.h>
#include <qtimer.h>
#include <qregularexpression.h>
#include <qmetaobject.h>

View File

@ -40,6 +40,7 @@
#include <qtimer.h>
#include <qthread.h>
#include <qelapsedtimer.h>
#include <qproperty.h>
#if defined Q_OS_UNIX
#include <unistd.h>

View File

@ -36,6 +36,7 @@
#include <QLabel>
#endif
#include <QMovie>
#include <QProperty>
class tst_QMovie : public QObject
{