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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/vcscommand.h b/src/plugins/vcsbase/vcscommand.h
index d30f501543d..541da9822fe 100644
--- a/src/plugins/vcsbase/vcscommand.h
+++ b/src/plugins/vcsbase/vcscommand.h
@@ -43,7 +43,7 @@ public:
ExpectRepoChanges = 0x2000, // Expect changes in repository by the command
};
- VcsCommand(const QString &defaultWorkingDirectory, const Utils::Environment &environment);
+ VcsCommand(const Utils::FilePath &defaultWorkingDirectory, const Utils::Environment &environment);
const Utils::Environment processEnvironment() const override;