forked from qt-creator/qt-creator
VCS: Join 2 short lines
Change-Id: I06bc75aa6d7b1026ebe1194a565093dd2ab8403a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ec9b42fe98
commit
31cc61e209
@@ -141,8 +141,7 @@ VcsCommand *VcsBaseClientImpl::createCommand(const QString &workingDirectory,
|
||||
VcsBaseEditorWidget *editor,
|
||||
JobOutputBindMode mode) const
|
||||
{
|
||||
auto cmd = new VcsCommand(vcsBinary(), workingDirectory,
|
||||
processEnvironment());
|
||||
auto cmd = new VcsCommand(vcsBinary(), workingDirectory, processEnvironment());
|
||||
cmd->setDefaultTimeout(vcsTimeout());
|
||||
if (editor)
|
||||
d->bindCommandToEditor(cmd, editor);
|
||||
|
Reference in New Issue
Block a user