From d44cac4028df512b37b161e9f3fc9f7ba1c504bc Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 30 Apr 2014 20:50:42 +0200 Subject: 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 --- src/qml/qml/qqmltypewrapper_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmltypewrapper_p.h') diff --git a/src/qml/qml/qqmltypewrapper_p.h b/src/qml/qml/qqmltypewrapper_p.h index aaf35bdcd9..8aa9b01f5a 100644 --- a/src/qml/qml/qqmltypewrapper_p.h +++ b/src/qml/qml/qqmltypewrapper_p.h @@ -89,7 +89,7 @@ struct Q_QML_EXPORT QmlTypeWrapper : Object const void *importNamespace; } __data; - V4_OBJECT_NEW + V4_OBJECT private: QmlTypeWrapper(QV8Engine *engine); ~QmlTypeWrapper(); -- cgit v1.2.3