aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcscommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase/vcscommand.h')
-rw-r--r--src/plugins/vcsbase/vcscommand.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/vcsbase/vcscommand.h b/src/plugins/vcsbase/vcscommand.h
index e9975dcb14..6271139544 100644
--- a/src/plugins/vcsbase/vcscommand.h
+++ b/src/plugins/vcsbase/vcscommand.h
@@ -82,9 +82,11 @@ public:
void setProgressParser(const Core::ProgressParser &parser);
static CommandResult runBlocking(const Utils::FilePath &workingDirectory,
- const Utils::Environment &environmentconst,
- const Utils::CommandLine &command, RunFlags flags,
- int timeoutS, QTextCodec *codec);
+ const Utils::Environment &environment,
+ const Utils::CommandLine &command,
+ RunFlags flags,
+ int timeoutS,
+ QTextCodec *codec);
void cancel();
QString cleanedStdOut() const;