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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlcontext_p.h b/src/qml/qml/qqmlcontext_p.h
index 88e67f16ee..c977589931 100644
--- a/src/qml/qml/qqmlcontext_p.h
+++ b/src/qml/qml/qqmlcontext_p.h
@@ -75,7 +75,6 @@
QT_BEGIN_NAMESPACE
-class QV8Bindings;
class QQmlContext;
class QQmlExpression;
class QQmlEngine;
@@ -210,8 +209,6 @@ public:
// context
QQmlComponentAttached *componentAttached;
- QV8Bindings *v8bindings;
-
// Return the outermost id for obj, if any.
QString findObjectId(const QObject *obj) const;