QmlJsDelta: support for resetting property

... with a little bit of refactoring.

But for some reason it does not seem to have an effect
This commit is contained in:
Olivier Goffart
2010-07-16 15:22:52 +02:00
parent ef82e1db21
commit 8e8581a238
4 changed files with 117 additions and 70 deletions

View File

@@ -57,6 +57,7 @@ public:
bool isLiteralValue);
bool setMethodBodyForObject(int objectDebugId, const QString &methodName, const QString &methodBody);
bool resetBindingForObject(int objectDebugId, const QString &propertyName);
// returns the object references for the given url.
QList<QDeclarativeDebugObjectReference> objectReferences(const QUrl &url = QUrl()) const;