forked from qt-creator/qt-creator
VcsCommand: Rename execute() to start()
In order to conform to QtcProcess API. Change-Id: I71fcc03846f32cd3c2df39824ce3f6730c20ebbb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -337,7 +337,7 @@ void VcsCommand::addJob(const CommandLine &command, int timeoutS,
|
||||
? workingDirectory : d->m_defaultWorkingDirectory, interpreter});
|
||||
}
|
||||
|
||||
void VcsCommand::execute()
|
||||
void VcsCommand::start()
|
||||
{
|
||||
if (d->m_jobs.empty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user