summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 7f5e98f..00637e3 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -61,6 +61,7 @@
#include <private/qmlcompositetypemanager_p.h>
#include <private/qmlparser_p.h>
#include <private/qmlengine_p.h>
+#include <private/qbitfield_p.h>
QT_BEGIN_NAMESPACE
@@ -88,7 +89,7 @@ public:
QmlComponent *component;
QmlRefCount *ref;
- QObject *createInstance(QmlContext *) const;
+ QObject *createInstance(QmlContext *, const QBitField &) const;
const QMetaObject *metaObject() const;
};
QList<TypeReference> types;