Analyzer: Remove AnalyzerStartParameter::useStartupProject

Not used anymore.

Change-Id: I97da63a3bfabbdcf5ccbd36178832ea47d913d04
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
hjk
2015-06-19 09:34:52 +02:00
parent aa0d68ec3e
commit efad927fc3
3 changed files with 4 additions and 12 deletions

View File

@@ -476,7 +476,6 @@ void QmlProfilerTool::startRemoteTool()
}
AnalyzerStartParameters sp;
sp.useStartupProject = false;
IDevice::ConstPtr device = DeviceKitInformation::device(kit);
if (device) {