aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodelworkeragent_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2014-12-30 16:26:18 +0100
committerLars Knoll <lars.knoll@digia.com>2015-01-08 12:34:20 +0100
commit1a86ccd5272e264a1e8ebce9afcb32c246f90aac (patch)
tree0ef89d76e2cb51b5376ecac2818c80f581996242 /src/qml/types/qqmllistmodelworkeragent_p.h
parentb5c6b78ee4ff971c3224f9717496c9233e1e2d1d (diff)
Reduce v8engine dependency for the list model
Change-Id: Ib9e39a886c918a8f6ee1477465895739f90e1a0a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/types/qqmllistmodelworkeragent_p.h')
-rw-r--r--src/qml/types/qqmllistmodelworkeragent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmllistmodelworkeragent_p.h b/src/qml/types/qqmllistmodelworkeragent_p.h
index 7a8f6e6593..ecee48e9bd 100644
--- a/src/qml/types/qqmllistmodelworkeragent_p.h
+++ b/src/qml/types/qqmllistmodelworkeragent_p.h
@@ -65,7 +65,7 @@ class QQmlListModelWorkerAgent : public QObject
public:
QQmlListModelWorkerAgent(QQmlListModel *);
~QQmlListModelWorkerAgent();
- void setV8Engine(QV8Engine *eng);
+ void setEngine(QV4::ExecutionEngine *eng);
void addref();
void release();