QmlProfiler: Use StartLocal instead of StartQml start mode.

Change-Id: Iee7895e9cafc373c32749f3dcc44a690dfc551bc
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-08-02 16:33:42 +02:00
parent 37cc7657e2
commit e61c797c6d
4 changed files with 3 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ static AnalyzerStartParameters createQmlProfilerStartParameters(RunConfiguration
sp.analyzerHost = server.serverAddress().toString();
sp.analyzerPort = server.serverPort();
}
sp.startMode = StartQml;
sp.startMode = StartLocal;
return sp;
}