aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcontext_p.h')
-rw-r--r--src/qml/qml/qqmlcontext_p.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/qml/qml/qqmlcontext_p.h b/src/qml/qml/qqmlcontext_p.h
index b19c64fe1c..0a0720a99d 100644
--- a/src/qml/qml/qqmlcontext_p.h
+++ b/src/qml/qml/qqmlcontext_p.h
@@ -70,19 +70,15 @@
#include <private/qflagpointer_p.h>
#include <private/qqmlguard_p.h>
-#include <private/qv8_p.h>
-
QT_BEGIN_NAMESPACE
-class QV8Bindings;
class QQmlContext;
class QQmlExpression;
class QQmlEngine;
class QQmlExpression;
class QQmlExpressionPrivate;
class QQmlAbstractExpression;
-class QV4Bindings;
class QQmlContextData;
class QQmlContextPrivate : public QObjectPrivate
@@ -162,7 +158,7 @@ public:
QObject *contextObject;
// Any script blocks that exist on this context
- QList<v8::Persistent<v8::Object> > importedScripts;
+ QList<QV4::PersistentValue> importedScripts;
// Context base url
QUrl url;
@@ -211,10 +207,6 @@ public:
// context
QQmlComponentAttached *componentAttached;
- // Optimized binding objects. Needed for deferred properties.
- QV4Bindings *v4bindings;
- QV8Bindings *v8bindings;
-
// Return the outermost id for obj, if any.
QString findObjectId(const QObject *obj) const;