forked from qt-creator/qt-creator
Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClient
Change-Id: I966a76ee4c1e5c45ac7332613e90cf511afc584c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -405,7 +405,7 @@ void GerritPlugin::push()
|
||||
Utils::FileName GerritPlugin::gitBinary()
|
||||
{
|
||||
bool ok;
|
||||
const Utils::FileName git = gitClient()->gitExecutable(&ok);
|
||||
const Utils::FileName git = gitClient()->vcsBinary(&ok);
|
||||
if (!ok) {
|
||||
VcsBase::VcsOutputWindow::appendError(tr("Git is not available."));
|
||||
return Utils::FileName();
|
||||
|
||||
Reference in New Issue
Block a user