forked from qt-creator/qt-creator
git: Fixed launching of gitk
In cases where binary 'wish' is not in PATH variable this could not be started.
This commit is contained in:
@@ -271,6 +271,10 @@ private:
|
||||
void connectRepositoryChanged(const QString & repository, GitCommand *cmd);
|
||||
bool synchronousPull(const QString &workingDirectory, bool rebase);
|
||||
void syncAbortPullRebase(const QString &workingDir);
|
||||
bool tryLauchingGitK(const QProcessEnvironment &env,
|
||||
const QString &workingDirectory,
|
||||
const QString &gitBinDirectory,
|
||||
bool silent);
|
||||
|
||||
const QString m_msgWait;
|
||||
GitPlugin *m_plugin;
|
||||
|
||||
Reference in New Issue
Block a user