aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv4domerrors_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-19 13:03:42 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-19 13:09:28 +0200
commit8fb620db43bb861ea7950e7176106e8aaf00876b (patch)
treeecd8dbd43edca86b5acff953b3d924227e80e458 /src/qml/qml/v8/qv4domerrors_p.h
parent9f8c2e733202ea2bcfbc6182fe1e994b140f449a (diff)
Rename QQmlJS::VM namespace to QV4
Simplifies writing code against it (less stuff to type). Change-Id: I8ac03ca2519375a204a3245e82c4be4cf1e793eb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/v8/qv4domerrors_p.h')
-rw-r--r--src/qml/qml/v8/qv4domerrors_p.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/qml/qml/v8/qv4domerrors_p.h b/src/qml/qml/v8/qv4domerrors_p.h
index 3118a6849d..26cc5fc34d 100644
--- a/src/qml/qml/v8/qv4domerrors_p.h
+++ b/src/qml/qml/v8/qv4domerrors_p.h
@@ -83,13 +83,12 @@ QT_BEGIN_NAMESPACE
return v8::Handle<v8::Value>(); \
}
-namespace QQmlJS {
-namespace VM {
+namespace QV4 {
class ExecutionEngine;
}
-}
-void qt_add_domexceptions(QQmlJS::VM::ExecutionEngine *e);
+
+void qt_add_domexceptions(QV4::ExecutionEngine *e);
QT_END_NAMESPACE