forked from qt-creator/qt-creator
Make the git plugin look for the binary in the path specified in the settings. Previously, the environment was passed to the process, but that did not affect the location of the binary.
This commit is contained in:
committed by
unknown
parent
890220d5b4
commit
90b094e832
@@ -176,6 +176,7 @@ private:
|
||||
GitPlugin *m_plugin;
|
||||
Core::ICore *m_core;
|
||||
GitSettings m_settings;
|
||||
QString m_binaryPath;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user