forked from qt-creator/qt-creator
Updating selection after new tree is fetched & code cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user