QML Debugger: Avoid infinite recursion if one can't find a debug id

This commit is contained in:
Olivier Goffart
2010-08-18 15:28:39 +02:00
parent f2d25d4710
commit 0b09a59ef2
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ private slots:
void contextChanged();
void onCurrentObjectsChanged(const QList<int> &debugIds);
void onCurrentObjectsChanged(const QList<int> &debugIds, bool requestIfNeeded = true);
void updateEngineList();
void objectTreeFetched(QDeclarativeDebugQuery::State state = QDeclarativeDebugQuery::Completed);