aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
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 /src/qml/qml/qqmljavascriptexpression_p.h
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 'src/qml/qml/qqmljavascriptexpression_p.h')
-rw-r--r--src/qml/qml/qqmljavascriptexpression_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h
index 2e674b214a..ef36a2f91a 100644
--- a/src/qml/qml/qqmljavascriptexpression_p.h
+++ b/src/qml/qml/qqmljavascriptexpression_p.h
@@ -57,6 +57,7 @@
#include <QtQml/qqmlerror.h>
#include <private/qqmlengine_p.h>
#include <private/qpointervaluepair_p.h>
+#include <private/qv4exception_p.h>
QT_BEGIN_NAMESPACE