forked from qt-creator/qt-creator
ProjectExplorer: Rename worker dependencies to "startDependencies"
There will be stopDependencies, too, which apply when stopping the runcontrol. Change-Id: Id72771d28cbb6b254572c9f93db93e0d054b890f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -97,7 +97,7 @@ MemcheckToolRunner::MemcheckToolRunner(RunControl *runControl, bool withGdb)
|
||||
|
||||
// We need a real address to connect to from the outside.
|
||||
if (device()->type() != ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE)
|
||||
addDependency(new LocalAddressFinder(runControl, &m_localServerAddress));
|
||||
addStartDependency(new LocalAddressFinder(runControl, &m_localServerAddress));
|
||||
}
|
||||
|
||||
QString MemcheckToolRunner::progressTitle() const
|
||||
|
||||
Reference in New Issue
Block a user