Vcs: WS cleanup

Change-Id: Ie5a436904ec787910ae6e4d01778ee615909feef
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-04-10 15:10:20 +02:00
parent ee7d0a7bf7
commit 088e5b6462

View File

@@ -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());