aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools/compile/tst_compile.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-26 11:02:40 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-10 15:01:25 +0000
commit8a9112c7f7610bb98b34058859ba54e0143c0d7f (patch)
tree0f49ebdc54081a1fa3e5cd981082f24df7cc1181 /tests/auto/qmldevtools/compile/tst_compile.cpp
parent6a216bd820eddf64003bb525a849abe62a733807 (diff)
Get rid of TypedValue
Now that Managed inherits from Value, this class doesn't make sense anymore. Change-Id: I04e10f53ef305658d902bd0f1c7d7280068c0dc3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qmldevtools/compile/tst_compile.cpp')
-rw-r--r--tests/auto/qmldevtools/compile/tst_compile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qmldevtools/compile/tst_compile.cpp b/tests/auto/qmldevtools/compile/tst_compile.cpp
index 1f64a68d85..4637f14739 100644
--- a/tests/auto/qmldevtools/compile/tst_compile.cpp
+++ b/tests/auto/qmldevtools/compile/tst_compile.cpp
@@ -37,7 +37,6 @@
#include <private/qqmljsastvisitor_p.h>
#include <private/qqmljsast_p.h>
#include <private/qqmlirbuilder_p.h>
-#include <private/qv4typedvalue_p.h>
#include <private/qv4codegen_p.h>
int main()