QmlJsInspector: Fix typo in method name

This commit is contained in:
Kai Koehne
2010-12-02 11:15:32 +01:00
parent 46a30158df
commit f179c9362f
2 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ private slots:
void onCurrentObjectsChanged(const QList<int> &debugIds, bool requestIfNeeded = true);
void updateEngineList();
void objectTreeFetched(QDeclarativeDebugQuery::State state = QDeclarativeDebugQuery::Completed);
void fetchContextObjectRecusrsive(const QmlJsDebugClient::QDeclarativeDebugContextReference& context);
void fetchContextObjectRecursive(const QmlJsDebugClient::QDeclarativeDebugContextReference& context);
void newObjects();
private: