aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent_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/qqmlcomponent_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/qqmlcomponent_p.h')
-rw-r--r--src/qml/qml/qqmlcomponent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcomponent_p.h b/src/qml/qml/qqmlcomponent_p.h
index 7e855fdfd0..9bccb0be7b 100644
--- a/src/qml/qml/qqmlcomponent_p.h
+++ b/src/qml/qml/qqmlcomponent_p.h
@@ -115,7 +115,7 @@ public:
}
// --- new compiler
- QmlObjectCreator *creator;
+ QQmlObjectCreator *creator;
// --- old compiler
QQmlVME vme;
// ---