Updating selection after new tree is fetched & code cleanup

This commit is contained in:
Lasse Holmstedt
2010-07-14 17:22:22 +02:00
parent 032e7dc4c6
commit f8fc908460
4 changed files with 39 additions and 19 deletions

View File

@@ -117,6 +117,7 @@ private slots:
void objectTreeFetched(QDeclarativeDebugQuery::State state = QDeclarativeDebugQuery::Completed);
private:
bool isDesignClientConnected() const;
void reloadEngines();
QList<QDeclarativeDebugObjectReference> objectReferences(const QUrl &url, const QDeclarativeDebugObjectReference &objectRef) const;
QDeclarativeDebugObjectReference objectReferenceForId(int debugId, const QDeclarativeDebugObjectReference &ref) const;