aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2014-12-31 16:15:42 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2015-01-08 22:09:30 +0100
commit8b03879d572e3346f444d28922b63e7557a4e42d (patch)
treec9acb9ac0d576500d73fc10e6d1dd9f106d2b713 /src/qml/qml/qqmlxmlhttprequest_p.h
parent776611620ba6e690bd755be9ef9677e796521734 (diff)
Remove most v8engine references in xhr
Change-Id: Ibbb38d57782f8566502852a2cb3cfd4a28f9dfc3 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlxmlhttprequest_p.h')
-rw-r--r--src/qml/qml/qqmlxmlhttprequest_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlxmlhttprequest_p.h b/src/qml/qml/qqmlxmlhttprequest_p.h
index a876c9381b..05f1b8b1f1 100644
--- a/src/qml/qml/qqmlxmlhttprequest_p.h
+++ b/src/qml/qml/qqmlxmlhttprequest_p.h
@@ -47,6 +47,7 @@
//
#include <QtCore/qglobal.h>
+#include <private/qqmlglobal_p.h>
#ifndef QT_NO_XMLSTREAMREADER
@@ -54,8 +55,8 @@ QT_BEGIN_NAMESPACE
class QV8Engine;
-void *qt_add_qmlxmlhttprequest(QV8Engine *engine);
-void qt_rem_qmlxmlhttprequest(QV8Engine *engine, void *);
+void *qt_add_qmlxmlhttprequest(QV4::ExecutionEngine *engine);
+void qt_rem_qmlxmlhttprequest(QV4::ExecutionEngine *engine, void *);
QT_END_NAMESPACE