From 43b7788b395b663f64d50652d46a2ac434b0d7c6 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Feb 2014 20:19:20 +0100 Subject: [new compiler] Match class and file name QmlObjectCreator -> QQmlObjectCreator Change-Id: I23da2d9c7fa0dcd760f5cc695c1759b44d1e72f0 Reviewed-by: Lars Knoll --- src/qml/qml/qqmlobjectcreator_p.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/qml/qml/qqmlobjectcreator_p.h') diff --git a/src/qml/qml/qqmlobjectcreator_p.h b/src/qml/qml/qqmlobjectcreator_p.h index 70b12e5f94..c48d7d3c05 100644 --- a/src/qml/qml/qqmlobjectcreator_p.h +++ b/src/qml/qml/qqmlobjectcreator_p.h @@ -54,13 +54,13 @@ class QQmlAbstractBinding; struct QQmlTypeCompiler; class QQmlInstantiationInterrupt; -class QmlObjectCreator +class QQmlObjectCreator { - Q_DECLARE_TR_FUNCTIONS(QmlObjectCreator) + Q_DECLARE_TR_FUNCTIONS(QQmlObjectCreator) struct SharedState; public: - QmlObjectCreator(QQmlContextData *parentContext, QQmlCompiledData *compiledData, QQmlContextData *creationContext); - ~QmlObjectCreator(); + QQmlObjectCreator(QQmlContextData *parentContext, QQmlCompiledData *compiledData, QQmlContextData *creationContext); + ~QQmlObjectCreator(); QObject *create(int subComponentIndex = -1, QObject *parent = 0); QQmlContextData *finalize(QQmlInstantiationInterrupt &interrupt); @@ -74,7 +74,7 @@ public: QQmlContextData *parentContextData() const { return parentContext; } private: - QmlObjectCreator(QQmlContextData *contextData, QQmlCompiledData *compiledData, SharedState *inheritedSharedState); + QQmlObjectCreator(QQmlContextData *contextData, QQmlCompiledData *compiledData, SharedState *inheritedSharedState); void init(QQmlContextData *parentContext); -- cgit v1.2.3