aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickforeignutils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickforeignutils_p.h')
-rw-r--r--src/quick/util/qquickforeignutils_p.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/quick/util/qquickforeignutils_p.h b/src/quick/util/qquickforeignutils_p.h
index 038d5fd30e..0f7869531f 100644
--- a/src/quick/util/qquickforeignutils_p.h
+++ b/src/quick/util/qquickforeignutils_p.h
@@ -67,6 +67,14 @@
QT_BEGIN_NAMESPACE
+struct QStyleHintsForeign
+{
+ Q_GADGET
+ QML_FOREIGN(QStyleHints)
+ QML_ANONYMOUS
+ QML_ADDED_IN_VERSION(6, 4)
+};
+
#if QT_CONFIG(validator)
struct QValidatorForeign
{