aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-02-10 20:19:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-16 22:08:46 +0100
commit43b7788b395b663f64d50652d46a2ac434b0d7c6 (patch)
treef61a7fab5db040ee0bd80c2e71265efbb6c5dbd8 /src/qml/qml/qqmlobjectcreator_p.h
parentee33a9551e87a5ddb49c070afd68d967af3d5c3d (diff)
[new compiler] Match class and file name
QmlObjectCreator -> QQmlObjectCreator Change-Id: I23da2d9c7fa0dcd760f5cc695c1759b44d1e72f0 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlobjectcreator_p.h')
-rw-r--r--src/qml/qml/qqmlobjectcreator_p.h10
1 files changed, 5 insertions, 5 deletions
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);