From c2da8abde56d2010d3e7cb234570079f06d8a441 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 1 Nov 2014 23:50:32 +0100 Subject: Move Object::Data into the Heap namespace Change-Id: I9d30081f71b83bc86f5e5714e23396b18c4d54c5 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 995e88ecf4..5ba92cd89c 100644 --- a/src/qml/qml/qqmltypewrapper_p.h +++ b/src/qml/qml/qqmltypewrapper_p.h @@ -62,7 +62,7 @@ struct Q_QML_EXPORT QmlTypeWrapper : Object { enum TypeNameMode { IncludeEnums, ExcludeEnums }; - struct Data : Object::Data { + struct Data : Heap::Object { Data(QV8Engine *engine); ~Data(); QV8Engine *v8; -- cgit v1.2.3