forked from qt-creator/qt-creator
Analyzer: Remove AnalyzerStartParameter::useStartupProject
Not used anymore. Change-Id: I97da63a3bfabbdcf5ccbd36178832ea47d913d04 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -476,7 +476,6 @@ void QmlProfilerTool::startRemoteTool()
|
||||
}
|
||||
|
||||
AnalyzerStartParameters sp;
|
||||
sp.useStartupProject = false;
|
||||
|
||||
IDevice::ConstPtr device = DeviceKitInformation::device(kit);
|
||||
if (device) {
|
||||
|
||||
Reference in New Issue
Block a user