aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-09-07 16:01:30 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-09-15 13:32:47 +0200
commit98a31ff6b9673b020a688d7d035f03a6497a6f5f (patch)
tree110e6c3d8e1880b99b4624d678828b930988e406 /tests/auto/qml/qqmlecmascript
parent62b94166cc99dd5fb663c76cfa38e9e888baae59 (diff)
Adapt to changes in qtbase
Due to qiterable.h specializing a template declared in qmetatype.h we temporarily need to include it in a few tests so that the iterables work. Change-Id: Ia32392419dead76eaf2b91b2ec4157b726d8de74 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlecmascript')
-rw-r--r--tests/auto/qml/qqmlecmascript/testtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlecmascript/testtypes.h b/tests/auto/qml/qqmlecmascript/testtypes.h
index 2db44ad6cc..da2a9ba130 100644
--- a/tests/auto/qml/qqmlecmascript/testtypes.h
+++ b/tests/auto/qml/qqmlecmascript/testtypes.h
@@ -28,6 +28,7 @@
#ifndef TESTTYPES_H
#define TESTTYPES_H
+#include <QtCore/qiterable.h>
#include <QtCore/qobject.h>
#include <QtQml/qqml.h>
#include <QtQml/qqmlexpression.h>