forked from qt-creator/qt-creator
Vcs: WS cleanup
Change-Id: Ie5a436904ec787910ae6e4d01778ee615909feef Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -138,8 +138,8 @@ Utils::FileName VcsBaseClientImpl::vcsBinary() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
VcsCommand *VcsBaseClientImpl::createCommand(const QString &workingDirectory,
|
VcsCommand *VcsBaseClientImpl::createCommand(const QString &workingDirectory,
|
||||||
VcsBaseEditorWidget *editor,
|
VcsBaseEditorWidget *editor,
|
||||||
JobOutputBindMode mode) const
|
JobOutputBindMode mode) const
|
||||||
{
|
{
|
||||||
auto cmd = new VcsCommand(vcsBinary(), workingDirectory,
|
auto cmd = new VcsCommand(vcsBinary(), workingDirectory,
|
||||||
processEnvironment());
|
processEnvironment());
|
||||||
|
Reference in New Issue
Block a user