aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlprivate.h')
-rw-r--r--src/qml/qml/qqmlprivate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlprivate.h b/src/qml/qml/qqmlprivate.h
index 608a0f0188..fb2d80b3df 100644
--- a/src/qml/qml/qqmlprivate.h
+++ b/src/qml/qml/qqmlprivate.h
@@ -602,13 +602,14 @@ namespace QQmlPrivate
QVector<int> *qmlTypeIds;
};
- struct AOTCompiledContext {
+ struct Q_QML_EXPORT AOTCompiledContext {
QQmlContext *qmlContext;
QObject *qmlScopeObject;
QJSEngine *engine;
QV4::CompiledData::CompilationUnit *compilationUnit;
- QJSValue Q_QML_EXPORT jsMetaType(int index) const;
+ QJSValue jsMetaType(int index) const;
+ void setInstructionPointer(int offset) const;
};
struct AOTCompiledFunction {