--- a/src/declarative/qml/qdeclarativeenginedebug_p.h Tue Jul 06 15:10:48 2010 +0300
+++ b/src/declarative/qml/qdeclarativeenginedebug_p.h Wed Aug 18 10:37:55 2010 +0300
@@ -107,6 +107,9 @@
QDeclarativeObjectData objectData(QObject *);
QDeclarativeObjectProperty propertyData(QObject *, int);
QVariant valueContents(const QVariant &defaultValue) const;
+ void setBinding(int objectId, const QString &propertyName, const QVariant &expression, bool isLiteralValue);
+ void resetBinding(int objectId, const QString &propertyName);
+ void setMethodBody(int objectId, const QString &method, const QString &body);
static QList<QDeclarativeEngine *> m_engines;
QDeclarativeWatcher *m_watch;