aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2014-12-30 15:13:29 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2015-01-02 21:10:55 +0100
commit545338b21cd4d96c1b7ea9cc5c647f9a9155a53b (patch)
treefdccdc6fdd8d1796b0307dd9d74672f74f99449d /src/qml/jsruntime/qv4include_p.h
parentb9b12af83f121cdbc9bb1d3067bfb9e4ba923088 (diff)
Reduce v8engine dependency in qv4include
Change-Id: Idc50e7ed9e0de5c8742688c8493c2124075450ee Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4include_p.h')
-rw-r--r--src/qml/jsruntime/qv4include_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4include_p.h b/src/qml/jsruntime/qv4include_p.h
index 71c09bc314..c6b153502f 100644
--- a/src/qml/jsruntime/qv4include_p.h
+++ b/src/qml/jsruntime/qv4include_p.h
@@ -76,7 +76,7 @@ private Q_SLOTS:
void finished();
private:
- QV4Include(const QUrl &url, QV8Engine *engine, QQmlContextData *context,
+ QV4Include(const QUrl &url, QV4::ExecutionEngine *engine, QQmlContextData *context,
const QV4::ValueRef qmlglobal, const QV4::ValueRef callback);
~QV4Include();