forked from qt-creator/qt-creator
ProjectExplorer: Rename some RunControl functions
Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -389,13 +389,13 @@ RunControl::RunControl(Utils::Id mode) :
|
||||
{
|
||||
}
|
||||
|
||||
void RunControl::copyFromRunControl(RunControl *runControl)
|
||||
void RunControl::copyDataFromRunControl(RunControl *runControl)
|
||||
{
|
||||
QTC_ASSERT(runControl, return);
|
||||
d->copyData(runControl->d.get());
|
||||
}
|
||||
|
||||
void RunControl::setRunConfiguration(RunConfiguration *runConfig)
|
||||
void RunControl::copyDataFromRunConfiguration(RunConfiguration *runConfig)
|
||||
{
|
||||
QTC_ASSERT(runConfig, return);
|
||||
d->runConfigId = runConfig->id();
|
||||
|
||||
Reference in New Issue
Block a user