forked from qt-creator/qt-creator
Fix broken merge
Change-Id: I21822285d2213a24ea80bb4a03c75a2cee5d4a9c Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -2641,7 +2641,7 @@ bool GitClient::launchGitGui(const QString &workingDirectory) {
|
||||
|
||||
Utils::FileName GitClient::gitBinDirectory()
|
||||
{
|
||||
const QString git = gitBinaryPath();
|
||||
const QString git = gitBinaryPath().toString();
|
||||
if (git.isEmpty())
|
||||
return Utils::FileName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user