aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qmlextensions_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4qmlextensions_p.h')
-rw-r--r--src/qml/jsruntime/qv4qmlextensions_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4qmlextensions_p.h b/src/qml/jsruntime/qv4qmlextensions_p.h
index cf9e287efe..b1e8052fc2 100644
--- a/src/qml/jsruntime/qv4qmlextensions_p.h
+++ b/src/qml/jsruntime/qv4qmlextensions_p.h
@@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE
namespace QV4 {
struct Object;
+struct ExecutionEngine;
struct Q_QML_EXPORT QmlExtensions
{
@@ -56,7 +57,7 @@ struct Q_QML_EXPORT QmlExtensions
Object *valueTypeWrapperPrototype;
- void markObjects();
+ void markObjects(ExecutionEngine *e);
};
} // namespace QV4