diff -r ef0373b55136 -r 758a864f9613 src/declarative/debugger/qdeclarativedebug_p.h --- a/src/declarative/debugger/qdeclarativedebug_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/debugger/qdeclarativedebug_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -99,6 +99,9 @@ bool resetBindingForObject(int objectDebugId, const QString &propertyName); bool setMethodBody(int objectDebugId, const QString &methodName, const QString &methodBody); +Q_SIGNALS: + void newObjects(); + private: Q_DECLARE_PRIVATE(QDeclarativeEngineDebug) };