QmlProfiler: user defined host:port

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-14 15:44:43 +02:00
parent fa2b294264
commit 19190384b6
5 changed files with 14 additions and 14 deletions

View File

@@ -57,6 +57,8 @@ AnalyzerStartParameters localStartParameters(ProjectExplorer::RunConfiguration *
sp.debuggee = rc->observerPath();
sp.debuggeeArgs = rc->viewerArguments();
sp.displayName = rc->displayName();
sp.connParams.host = QLatin1String("localhost");
sp.connParams.port = rc->qmlDebugServerPort();
return sp;
}