Git: Rename gitBinaryPath => gitExecutable

Avoid confusion with gitBinDirectory

Change-Id: I335cf6bc82284e02e0652b057f0b80f292d6ddc0
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-07-17 13:53:09 +03:00
committed by Orgad Shaneh
parent 50f0336c44
commit febdfeb92f
11 changed files with 23 additions and 23 deletions

View File

@@ -87,7 +87,7 @@ private:
Ui::ChangeSelectionDialog *m_ui;
QProcess *m_process;
QString m_gitBinaryPath;
QString m_gitExecutable;
QProcessEnvironment m_gitEnvironment;
ChangeCommand m_command;
QStringListModel *m_changeModel;