From 1f3f6d3e7d81dc11658a46003e86e921edb35bdf Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 1 Jun 2016 12:22:11 +0200 Subject: Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnit QQmlCompiledData used to contain the binary data for instantiating QML types in the QML VME. Nowadays the QML type compiler as well as the JavaScript compiler create a QV4::CompiledData::CompilationUnit. Change-Id: I155f62a5ecfb55a3fe230520231b6d8fd5b28ac9 Reviewed-by: Robin Burchell --- tests/auto/qml/qqmllanguage/testtypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/qml/qqmllanguage/testtypes.h') diff --git a/tests/auto/qml/qqmllanguage/testtypes.h b/tests/auto/qml/qqmllanguage/testtypes.h index 788ae42726..f41f13c561 100644 --- a/tests/auto/qml/qqmllanguage/testtypes.h +++ b/tests/auto/qml/qqmllanguage/testtypes.h @@ -41,7 +41,6 @@ #include #include #include -#include #include QVariant myCustomVariantTypeConverter(const QString &data); -- cgit v1.2.3