Inspector: Use user-set sysroot also when opening files in the inspector

Expose the current debugger engine (with it's start parameters) in
Debugger::QmlAdapter, and use it to initialize the FileInProjectFinder
in QmlJSInspector.

Change-Id: I562012868e72ee9369db210e79468e263c53eda6
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2011-11-29 11:39:41 +01:00
parent ae494b6e41
commit e277ace619
3 changed files with 12 additions and 5 deletions

View File

@@ -67,6 +67,7 @@ public:
bool isConnected() const;
QmlJsDebugClient::QDeclarativeDebugConnection *connection() const;
DebuggerEngine *debuggerEngine() const;
bool disableJsDebugging(bool block);