summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-27 01:26:12 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-27 01:27:21 (GMT)
commit6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95 (patch)
treed14e4129940b5c584993ad9929b4d55500cf9a8c /src/declarative/qml/qmlcontext_p.h
parent167cbed98b5d9fadbe5d6f506e3937a25e7189b1 (diff)
downloadQt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.zip
Qt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.tar.gz
Qt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.tar.bz2
Harden binding optimizer
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r--src/declarative/qml/qmlcontext_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h
index e682ee2..ffb4298 100644
--- a/src/declarative/qml/qmlcontext_p.h
+++ b/src/declarative/qml/qmlcontext_p.h
@@ -59,6 +59,7 @@
#include "qmlengine_p.h"
#include "qmlintegercache_p.h"
#include "qmltypenamecache_p.h"
+#include "qmlbindingvme_p.h"
#include <QtCore/qhash.h>
#include <QtScript/qscriptvalue.h>
@@ -117,7 +118,7 @@ public:
{
ContextGuard() : priv(0), bindings(0) {}
QmlContextPrivate *priv;
- QmlBinding_Id *bindings;
+ QmlBindingVME::Config::Subscription::Id *bindings;
ContextGuard &operator=(QObject *obj) {
(QmlGuard<QObject>&)*this = obj; return *this;
}