equal
deleted
inserted
replaced
97 bool setBindingForObject(int objectDebugId, const QString &propertyName, |
97 bool setBindingForObject(int objectDebugId, const QString &propertyName, |
98 const QVariant &bindingExpression, bool isLiteralValue); |
98 const QVariant &bindingExpression, bool isLiteralValue); |
99 bool resetBindingForObject(int objectDebugId, const QString &propertyName); |
99 bool resetBindingForObject(int objectDebugId, const QString &propertyName); |
100 bool setMethodBody(int objectDebugId, const QString &methodName, const QString &methodBody); |
100 bool setMethodBody(int objectDebugId, const QString &methodName, const QString &methodBody); |
101 |
101 |
|
102 Q_SIGNALS: |
|
103 void newObjects(); |
|
104 |
102 private: |
105 private: |
103 Q_DECLARE_PRIVATE(QDeclarativeEngineDebug) |
106 Q_DECLARE_PRIVATE(QDeclarativeEngineDebug) |
104 }; |
107 }; |
105 |
108 |
106 class Q_DECLARATIVE_EXPORT QDeclarativeDebugWatch : public QObject |
109 class Q_DECLARATIVE_EXPORT QDeclarativeDebugWatch : public QObject |