forked from qt-creator/qt-creator
QML Debugger: Avoid infinite recursion if one can't find a debug id
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user