Remove QV4::DiagnosticMessage
authorLars Knoll <lars.knoll@digia.com>
Thu, 8 Aug 2013 14:59:32 +0000 (16:59 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 20 Aug 2013 12:20:44 +0000 (14:20 +0200)
commite43b6bd9c7a3d584e488cd3c84f9deb2d8955b64
tree0d1a33571d2f75630db3dfe84b1a4ead23f87958
parent42b2685d0069e746dee344054831b6f08e482860
Remove QV4::DiagnosticMessage

QQmlError provides the same functionality, so let's rather
use that where required. Remove the dependency of
codegen onto the ExecutionContext that was only
required for error handling.

Change-Id: Ib0b61c0e138f89ff989c32996c93c339e4b62223
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
13 files changed:
src/qml/compiler/qv4codegen.cpp
src/qml/compiler/qv4codegen_p.h
src/qml/jsruntime/qv4context.cpp
src/qml/jsruntime/qv4context_p.h
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4errorobject.cpp
src/qml/jsruntime/qv4errorobject_p.h
src/qml/jsruntime/qv4functionobject.cpp
src/qml/jsruntime/qv4jsonobject.cpp
src/qml/jsruntime/qv4script.cpp
src/qml/qml/qqmljavascriptexpression.cpp
tools/v4/main.cpp