summaryrefslogtreecommitdiffstats
path: root/src
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-05 08:05:35 +0000
commit42f157d0826c31baa80b81410f44215c03a38e88 (patch)
tree94b51da5aca608b5f55f97ed5353f993cda7e8bb /src
parent512a6bed5b8342bb7546bbc05991471c3d43aca7 (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> (cherry picked from commit 0b768e3c43887fe35c2df4ca4263f54ebb7fec9d) Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/testlib/qpropertytesthelper_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qpropertytesthelper_p.h b/src/testlib/qpropertytesthelper_p.h
index e81b145887..45d665136d 100644
--- a/src/testlib/qpropertytesthelper_p.h
+++ b/src/testlib/qpropertytesthelper_p.h
@@ -52,6 +52,7 @@
//
#include <QtCore/QObject>
+#include <QtCore/QProperty>
#include <QtTest/QSignalSpy>
#include <QTest>