aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-09 14:37:57 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-02-14 08:41:31 +0100
commit8be258b7e69fdc94a4a6a63d1964d96f8dfcb50e (patch)
treefa188b2b1aded53f8170369cdaad8ea082054b69 /src/qml/qml/qqmlproperty.h
parent28b32ae449913d079f220110ffa90de9a9ee9784 (diff)
qqmlproperty: avoid reliance on transitive includes
Change-Id: I81bc3c0ba714635fada67fec3769af1dcb736a5d Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlproperty.h')
-rw-r--r--src/qml/qml/qqmlproperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlproperty.h b/src/qml/qml/qqmlproperty.h
index 4ab84eb940..dbffce9437 100644
--- a/src/qml/qml/qqmlproperty.h
+++ b/src/qml/qml/qqmlproperty.h
@@ -40,6 +40,8 @@
#ifndef QQMLPROPERTY_H
#define QQMLPROPERTY_H
+#include <QtCore/qstring.h>
+#include <QtCore/qhashfunctions.h>
#include <QtQml/qtqmlglobal.h>
#include <QtCore/qmetaobject.h>
#include <QtQml/qqmlregistration.h>