aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-07-10 15:44:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-12 10:11:10 +0200
commit8cfba7d01567f0c37afb98573a6505e187986a7a (patch)
tree9ec2245da734e57de6f38ed38385b21d06479e75 /tests
parent4379bae227f3212bc4253b919d3ccc8865b80ebf (diff)
Move QV4::Exception into a separate compilation unit with header file
This is in preparation for some platform specific code regarding throwing exceptions, as well as a general cleanup :) Change-Id: I23fb4f12fd09423a1f2cb225145780925002677b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
index 3ac88dd086..863805ae12 100644
--- a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
+++ b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
@@ -54,6 +54,7 @@
#include "testhttpserver.h"
#include "../../shared/util.h"
#include <private/qv4functionobject_p.h>
+#include <private/qv4exception_p.h>
/*
This test covers evaluation of ECMAScript expressions and bindings from within