forked from qt-creator/qt-creator
ProjectExplorer: Remove RunWorker::runMode()
Only used once, and that use can be replaced. Change-Id: I844254dfff9bb2b2c9c56ecbd56d2af2241fd2d8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1424,11 +1424,6 @@ const Runnable &RunWorker::runnable() const
|
||||
return d->runControl->runnable();
|
||||
}
|
||||
|
||||
Core::Id RunWorker::runMode() const
|
||||
{
|
||||
return d->runControl->runMode();
|
||||
}
|
||||
|
||||
void RunWorker::addStartDependency(RunWorker *dependency)
|
||||
{
|
||||
d->startDependencies.append(dependency);
|
||||
|
||||
Reference in New Issue
Block a user