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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user