aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.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/qqmlcomponent.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/qqmlcomponent.h')
-rw-r--r--src/qml/qml/qqmlcomponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcomponent.h b/src/qml/qml/qqmlcomponent.h
index fe376d0e4a..4aa0daf47e 100644
--- a/src/qml/qml/qqmlcomponent.h
+++ b/src/qml/qml/qqmlcomponent.h
@@ -129,7 +129,7 @@ private:
Q_DISABLE_COPY(QQmlComponent)
friend class QQmlVME;
friend class QQmlTypeData;
- friend class QmlObjectCreator;
+ friend class QQmlObjectCreator;
};
QT_END_NAMESPACE