diff options
author | Lars Knoll <[email protected]> | 2014-04-30 20:50:42 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2014-07-22 13:49:10 +0200 |
commit | d44cac4028df512b37b161e9f3fc9f7ba1c504bc (patch) | |
tree | 2ac4f9c95095863928faf450d9e48d1b3c7c7d87 /src/qml/jsruntime/qv4globalobject_p.h | |
parent | 38b58be83a5cbc65f9c3d7e3d14788e7d6837d7d (diff) |
Rename V4_OBJECT_NEW back to V4_OBJECT
The _NEW variant was there only temporarily to aid converting
to the new data layout.
Change-Id: I1d126ee0999c8f0a49f5a08c2e8c090497dd6dd5
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4globalobject_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4globalobject_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4globalobject_p.h b/src/qml/jsruntime/qv4globalobject_p.h index 0e07d1eca4..63823acc19 100644 --- a/src/qml/jsruntime/qv4globalobject_p.h +++ b/src/qml/jsruntime/qv4globalobject_p.h @@ -50,7 +50,7 @@ namespace QV4 { struct Q_QML_EXPORT EvalFunction : FunctionObject { - V4_OBJECT_NEW + V4_OBJECT EvalFunction(ExecutionContext *scope); ReturnedValue evalCall(CallData *callData, bool directCall); |