ShellCommand: Store workingdirectory in the jobs

Not all jobs of one command can run in the same directory, so
prepare for having individual working directories per job.

Change-Id: Ice43361fe54f2b7153ccd38435f6108d83570082
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2015-06-08 13:51:29 +02:00
parent 2221636cfb
commit ea476ffc39
5 changed files with 24 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ public:
ExpectRepoChanges = 0x2000, // Expect changes in repository by the command
};
VcsCommand(const QString &workingDirectory, const QProcessEnvironment &environment);
VcsCommand(const QString &defaultWorkingDirectory, const QProcessEnvironment &environment);
const QProcessEnvironment processEnvironment() const;