From 353402344d0bbf20bc0003324ab6e8d7f67ee90d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 11 Nov 2014 17:27:49 +0100 Subject: Replaced more usages of Returned with Heap::T* Change-Id: I451128ee71610bfeb71139c28da89a00a8209ec6 Reviewed-by: Lars Knoll --- src/qml/jsruntime/qv4context_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/jsruntime/qv4context_p.h') diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h index a883e1c6b6..9b5c4b0d87 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -131,9 +131,9 @@ struct Q_QML_EXPORT ExecutionContext : public Managed Q_MANAGED_TYPE(ExecutionContext) Returned *newCallContext(FunctionObject *f, CallData *callData); - Returned *newWithContext(Object *with); - Returned *newCatchContext(String *exceptionVarName, const ValueRef exceptionValue); - Returned *newQmlContext(FunctionObject *f, Object *qml); + Heap::WithContext *newWithContext(Object *with); + Heap::CatchContext *newCatchContext(String *exceptionVarName, const ValueRef exceptionValue); + Heap::CallContext *newQmlContext(FunctionObject *f, Object *qml); void createMutableBinding(String *name, bool deletable); -- cgit v1.2.3