diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-07-09 09:37:48 (GMT) |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-07-09 11:03:26 (GMT) |
commit | e55781212532e2abcdd1cef8548b146fb14f0713 (patch) | |
tree | de556bc61a3e9a9b4fc8adce468810933128b3b6 /src/declarative/qml/qdeclarativeenginedebug_p.h | |
parent | 74a248462ef36f7784fd0816ee08030412459930 (diff) | |
download | Qt-e55781212532e2abcdd1cef8548b146fb14f0713.zip Qt-e55781212532e2abcdd1cef8548b146fb14f0713.tar.gz Qt-e55781212532e2abcdd1cef8548b146fb14f0713.tar.bz2 |
Resetting bindings through debugger interface
Reviewed-by: Aaron Kennedy
Diffstat (limited to 'src/declarative/qml/qdeclarativeenginedebug_p.h')
-rw-r--r-- | src/declarative/qml/qdeclarativeenginedebug_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeenginedebug_p.h b/src/declarative/qml/qdeclarativeenginedebug_p.h index ce6df0d..ea35b40 100644 --- a/src/declarative/qml/qdeclarativeenginedebug_p.h +++ b/src/declarative/qml/qdeclarativeenginedebug_p.h @@ -108,6 +108,7 @@ private: 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; |