forked from qt-creator/qt-creator
Git: Rename gitBinaryPath => gitExecutable
Avoid confusion with gitBinDirectory Change-Id: I335cf6bc82284e02e0652b057f0b80f292d6ddc0 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
50f0336c44
commit
febdfeb92f
@@ -115,7 +115,7 @@ void SettingsPage::apply()
|
||||
if (m_widget->isVisible()) {
|
||||
bool gitFoundOk;
|
||||
QString errorMessage;
|
||||
newSettings.gitBinaryPath(&gitFoundOk, &errorMessage);
|
||||
newSettings.gitExecutable(&gitFoundOk, &errorMessage);
|
||||
if (!gitFoundOk)
|
||||
QMessageBox::warning(m_widget, tr("Git Settings"), errorMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user