aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index b0fad4708b..9ad0b7f0f9 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -63,6 +63,7 @@
#include "qqmltypenamecache_p.h"
#include "qqmltypeloader_p.h"
#include "private/qv4identifier_p.h"
+#include <private/qqmljsastfwd_p.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qset.h>
@@ -460,6 +461,9 @@ private:
int cachedComponentTypeRef;
int cachedTranslationContextIndex;
+ QList<QQmlJS::AST::Node*> functionsToCompile;
+ QList<QQmlCompilerTypes::JSBindingReference*> allBindingReferenceRoots;
+
// Compiler component statistics. Only collected if QML_COMPILER_STATS=1
struct ComponentStat
{