QML Debugger: request objects from all contexts

This commit is contained in:
Olivier Goffart
2010-08-20 15:12:29 +02:00
parent 5b4f826552
commit a18c8f9e96
6 changed files with 91 additions and 95 deletions

View File

@@ -90,7 +90,7 @@ signals:
public slots:
void setApplyChangesToQmlObserver(bool applyChanges);
void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference);
void updateDebugIds();
private slots:
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);