aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbinding
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-11-05 12:39:52 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-11-05 14:58:51 +0100
commit96b1fef1ec963717a3349b96cafcc93d85a3ab27 (patch)
tree2da99ab743e19f635c9f2a1eee76b7d608665e35 /tests/auto/qml/qqmlbinding
parentbfb07e39bb422ac71dc73945ece4fe2537b71f5a (diff)
Explicitly include qpropery.h in tests
We do not want to rely on the implicit import via qobject.h Pick-to: 6.2 Change-Id: Ia6e5a601aa65b55c1edb886c667446f85736fc72 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlbinding')
-rw-r--r--tests/auto/qml/qqmlbinding/WithBindableProperties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlbinding/WithBindableProperties.h b/tests/auto/qml/qqmlbinding/WithBindableProperties.h
index 562b445df7..7866504495 100644
--- a/tests/auto/qml/qqmlbinding/WithBindableProperties.h
+++ b/tests/auto/qml/qqmlbinding/WithBindableProperties.h
@@ -30,6 +30,7 @@
#include <QObject>
#include <qqml.h>
+#include <QtCore/qproperty.h>
class WithBindableProperties : public QObject