Remove the ExecutionContext from some signatures, replace it with the engine in others
authorLars Knoll <lars.knoll@digia.com>
Thu, 2 May 2013 19:37:20 +0000 (21:37 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 2 May 2013 20:39:49 +0000 (22:39 +0200)
commit217b850aae64f0141a6d83af1868b37e682d0a6d
tree11726f0cf97f68253399874c33df39cd6eb3fc08
parentf66cbe2a8b6afa54e8a300d06d334c91990064a9
Remove the ExecutionContext from some signatures, replace it with the engine in others

Most places we actually only need the engine, not the context. Fix this
in our internal APIs. Also remove the context where it's not required.

Change-Id: Ib6281e7b9de9124612a9df24df9bedf47559b159
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
15 files changed:
src/qml/qml/v4/qv4context.cpp
src/qml/qml/v4/qv4engine.cpp
src/qml/qml/v4/qv4engine_p.h
src/qml/qml/v4/qv4errorobject.cpp
src/qml/qml/v4/qv4errorobject_p.h
src/qml/qml/v4/qv4object.cpp
src/qml/qml/v4/qv4object_p.h
src/qml/qml/v4/qv4runtime.cpp
src/qml/qml/v4/qv4string.cpp
src/qml/qml/v4/qv4stringobject.cpp
src/qml/qml/v4/qv4stringobject_p.h
src/qml/qml/v4/qv4v8.cpp
src/qml/qml/v4/qv4value.cpp
src/qml/qml/v4/qv4value_p.h
src/qml/qml/v8/qjsengine.cpp