aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlparserstatus.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-04 03:02:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-06 21:51:18 +0100
commitb66cbe011ac843ab0aae3dfec45b313bc3280839 (patch)
tree8e6f2a6d25ff45a8cd13b1792ae27516dcae5f72 /src/qml/qml/qqmlparserstatus.h
parent32b7e01558e0d3c50dd10f846182fe5dc09686e9 (diff)
[new compiler] Add support for parser status callbacks
Change-Id: I62ce1fab2537d533d1d2052a7f5edc5061adf75e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlparserstatus.h')
-rw-r--r--src/qml/qml/qqmlparserstatus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlparserstatus.h b/src/qml/qml/qqmlparserstatus.h
index d3447e7752..1d63afd978 100644
--- a/src/qml/qml/qqmlparserstatus.h
+++ b/src/qml/qml/qqmlparserstatus.h
@@ -62,6 +62,7 @@ private:
friend class QQmlComponent;
friend class QQmlComponentPrivate;
friend class QQmlEnginePrivate;
+ friend class QmlObjectCreator;
QQmlParserStatus **d;
};