forked from qt-creator/qt-creator
Use more FilePathAspect
Change-Id: Ib348df1460f8610607251498b07010df58d51ddf Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -2422,7 +2422,7 @@ void GitClient::launchGitK(const FilePath &workingDirectory, const QString &file
|
||||
|
||||
void GitClient::launchRepositoryBrowser(const FilePath &workingDirectory) const
|
||||
{
|
||||
const FilePath repBrowserBinary = settings().repositoryBrowserCmd.filePath();
|
||||
const FilePath repBrowserBinary = settings().repositoryBrowserCmd();
|
||||
if (!repBrowserBinary.isEmpty())
|
||||
Process::startDetached({repBrowserBinary, {workingDirectory.toString()}}, workingDirectory);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user