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
@@ -62,7 +62,7 @@ public:
|
||||
static const QLatin1String graphLogKey;
|
||||
static const QLatin1String lastResetIndexKey;
|
||||
|
||||
QString gitBinaryPath(bool *ok = 0, QString *errorMessage = 0) const;
|
||||
QString gitExecutable(bool *ok = 0, QString *errorMessage = 0) const;
|
||||
|
||||
GitSettings &operator = (const GitSettings &s);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user