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:
Jarek Kobus
2022-09-21 07:06:14 +02:00
parent 353f50693e
commit 29ecc7b5dd
7 changed files with 7 additions and 7 deletions

View File

@@ -155,7 +155,7 @@ void GitLabCloneDialog::cloneProject()
m_pathChooser->setReadOnly(true);
m_directoryLE->setReadOnly(true);
m_commandRunning = true;
m_command->execute();
m_command->start();
}
void GitLabCloneDialog::cancel()