VCS: Partially use FilePath in VcsBaseClient

Change-Id: I024b051ab98ece42ec011bd1c92887a946925c1a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2021-07-30 09:24:21 +02:00
parent 44e841c453
commit ecbd9f4558
11 changed files with 35 additions and 25 deletions

View File

@@ -821,7 +821,7 @@ bool MercurialPluginPrivate::vcsMove(const FilePath &from, const FilePath &to)
bool MercurialPluginPrivate::vcsCreateRepository(const FilePath &directory)
{
return m_client.synchronousCreateRepository(directory.toString());
return m_client.synchronousCreateRepository(directory);
}
void MercurialPluginPrivate::vcsAnnotate(const FilePath &filePath, int line)