summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeenginedebug_p.h
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-07-09 09:37:48 (GMT)
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-07-09 11:03:26 (GMT)
commite55781212532e2abcdd1cef8548b146fb14f0713 (patch)
treede556bc61a3e9a9b4fc8adce468810933128b3b6 /src/declarative/qml/qdeclarativeenginedebug_p.h
parent74a248462ef36f7784fd0816ee08030412459930 (diff)
downloadQt-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.h1
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;